Html Css Color HEX #0124BC International Klein Blue

📋 copy color: '#0124BC'

red 1 ◦ green 36 ◦ blue 188

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

Shades of International Klein Blue #0124BC

Tints of International Klein Blue #0124BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 83.56%

R = 0.44%
G = 16%
B = 83.56%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0124BC (or 0x0124BC) is known color: International Klein Blue. HEX triplet: 01, 24 and BC. RGB value is (1,36,188). Sum of RGB (Red+Green+Blue) = 1+36+188=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #0124BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0124BC is #FEDB43. Grayscale: #2A2A2A. Windows color (decimal): -16702276 or 12329985. OLE color: 12329985.

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

Color convert

RGB 1 36 188 -
CMYK 0.99 0.81 0 0.26
HSL 228.77º 0.99% 0.37% -
HSV(B) 228.77º 0.99% 0.74% -
XYZ 9.72 4.9 48.01 -
YUV 42.86 209.9 98.14 -
System Red Green Blue C M Y K H S L
Decimal 1 36 188 0.99 0.81 0 0.26 228.77 0.99 0.37
Hex 1 24 BC 63 51 0 1A E5 63 25
Octal 1 44 274 143 121 0 32 345 143 45
Binary 1 100100 10111100 1100011 1010001 0 11010 11100101 1100011 100101

Color Harmonies of #0124BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0124BC

Black with #0124BC

Text Example


Text Example

White with #0124BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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