Html Css Color HEX #0124BB International Klein Blue

📋 copy color: '#0124BB'

red 1 ◦ green 36 ◦ blue 187

#0124BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0124BB

Tints of International Klein Blue #0124BB

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 36 (14.45% from 255) = 16.07%

 BLUE value IS 187 (73.44% from 255) = 83.48%

R = 0.45%
G = 16.07%
B = 83.48%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0124BB (or 0x0124BB) is known color: International Klein Blue. HEX triplet: 01, 24 and BB. RGB value is (1,36,187). Sum of RGB (Red+Green+Blue) = 1+36+187=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #0124BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0124BB is #FEDB44. Grayscale: #2A2A2A. Windows color (decimal): -16702277 or 12264449. OLE color: 12264449.

HSL color Cylindrical-coordinate representation of color #0124BB: hue angle of 228.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0124BB is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 36 187 -
CMYK 0.99 0.81 0 0.27
HSL 228.71º 0.99% 0.37% -
HSV(B) 228.71º 0.99% 0.73% -
XYZ 9.61 4.86 47.44 -
YUV 42.75 209.4 98.22 -
System Red Green Blue C M Y K H S L
Decimal 1 36 187 0.99 0.81 0 0.27 228.71 0.99 0.37
Hex 1 24 BB 63 51 0 1B E5 63 25
Octal 1 44 273 143 121 0 33 345 143 45
Binary 1 100100 10111011 1100011 1010001 0 11011 11100101 1100011 100101

Color Harmonies of #0124BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0124BB

Black with #0124BB

Text Example


Text Example

White with #0124BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0124BB; }

 p { color: rgb(1,36,187); }

 H1.HeaderClassName
 {
   color: #0124BB;
 }
 .AnyTagClassName
 {
   color: #0124BB;
 }
</style>

background-color css

<style>
 a { background-color: #0124BB; }

 a { background-color: rgb(1,36,187); }

 div.DivClassName
 {
   background-color: #0124BB;
 }
 .BgClassName
 {
   background-color: #0124BB;
 }
</style>

border-color css

<style>
 span { border-color: #0124BB; }

 span { border-color: rgb(1,36,187); }

 td.TdClassName
 {
   border-color: #0124BB;
 }
 .TagClassName
 {
   border-color: #0124BB;
 }
</style>