Html Css Color HEX #0124AA International Klein Blue

📋 copy color: '#0124AA'

red 1 ◦ green 36 ◦ blue 170

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

Shades of International Klein Blue #0124AA

Tints of International Klein Blue #0124AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 82.13%

R = 0.48%
G = 17.39%
B = 82.13%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0124AA (or 0x0124AA) is known color: International Klein Blue. HEX triplet: 01, 24 and AA. RGB value is (1,36,170). Sum of RGB (Red+Green+Blue) = 1+36+170=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #0124AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0124AA is #FEDB55. Grayscale: #282828. Windows color (decimal): -16702294 or 11150337. OLE color: 11150337.

HSL color Cylindrical-coordinate representation of color #0124AA: hue angle of 227.57º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0124AA is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 36 170 -
CMYK 0.99 0.79 0 0.33
HSL 227.57º 0.99% 0.34% -
HSV(B) 227.57º 0.99% 0.67% -
XYZ 7.9 4.17 38.42 -
YUV 40.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 1 36 170 0.99 0.79 0 0.33 227.57 0.99 0.34
Hex 1 24 AA 63 4F 0 21 E4 63 22
Octal 1 44 252 143 117 0 41 344 143 42
Binary 1 100100 10101010 1100011 1001111 0 100001 11100100 1100011 100010

Color Harmonies of #0124AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0124AA

Black with #0124AA

Text Example


Text Example

White with #0124AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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