Html Css Color HEX #0124AC International Klein Blue

📋 copy color: '#0124AC'

red 1 ◦ green 36 ◦ blue 172

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

Shades of International Klein Blue #0124AC

Tints of International Klein Blue #0124AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 82.3%

R = 0.48%
G = 17.22%
B = 82.3%

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

#0124AC (or 0x0124AC) is known color: International Klein Blue. HEX triplet: 01, 24 and AC. RGB value is (1,36,172). Sum of RGB (Red+Green+Blue) = 1+36+172=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #0124AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0124AC is #FEDB53. Grayscale: #282828. Windows color (decimal): -16702292 or 11281409. OLE color: 11281409.

HSL color Cylindrical-coordinate representation of color #0124AC: hue angle of 227.72º 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 #0124AC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 36 172 -
CMYK 0.99 0.79 0 0.33
HSL 227.72º 0.99% 0.34% -
HSV(B) 227.72º 0.99% 0.67% -
XYZ 8.09 4.25 39.42 -
YUV 41.04 201.9 99.44 -
System Red Green Blue C M Y K H S L
Decimal 1 36 172 0.99 0.79 0 0.33 227.72 0.99 0.34
Hex 1 24 AC 63 4F 0 21 E4 63 22
Octal 1 44 254 143 117 0 41 344 143 42
Binary 1 100100 10101100 1100011 1001111 0 100001 11100100 1100011 100010

Color Harmonies of #0124AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0124AC

Black with #0124AC

Text Example


Text Example

White with #0124AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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