Html Css Color HEX #0126AC International Klein Blue

📋 copy color: '#0126AC'

red 1 ◦ green 38 ◦ blue 172

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

Shades of International Klein Blue #0126AC

Tints of International Klein Blue #0126AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

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

R = 0.47%
G = 18.01%
B = 81.52%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0126AC (or 0x0126AC) is known color: International Klein Blue. HEX triplet: 01, 26 and AC. RGB value is (1,38,172). Sum of RGB (Red+Green+Blue) = 1+38+172=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #0126AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0126AC is #FED953. Grayscale: #292929. Windows color (decimal): -16701780 or 11281921. OLE color: 11281921.

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

Color convert

RGB 1 38 172 -
CMYK 0.99 0.78 0 0.33
HSL 227.02º 0.99% 0.34% -
HSV(B) 227.02º 0.99% 0.67% -
XYZ 8.15 4.37 39.44 -
YUV 42.21 201.24 98.6 -
System Red Green Blue C M Y K H S L
Decimal 1 38 172 0.99 0.78 0 0.33 227.02 0.99 0.34
Hex 1 26 AC 63 4E 0 21 E3 63 22
Octal 1 46 254 143 116 0 41 343 143 42
Binary 1 100110 10101100 1100011 1001110 0 100001 11100011 1100011 100010

Color Harmonies of #0126AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0126AC

Black with #0126AC

Text Example


Text Example

White with #0126AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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