Html Css Color HEX #0B19AC International Klein Blue

📋 copy color: '#0B19AC'

red 11 ◦ green 25 ◦ blue 172

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

Shades of International Klein Blue #0B19AC

Tints of International Klein Blue #0B19AC

RGB

 RED value IS 11 (4.69% from 255) = 5.29%

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 5.29%
G = 12.02%
B = 82.69%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B19AC (or 0x0B19AC) is known color: International Klein Blue. HEX triplet: 0B, 19 and AC. RGB value is (11,25,172). Sum of RGB (Red+Green+Blue) = 11+25+172=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B19AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B19AC is #F4E653. Grayscale: #242424. Windows color (decimal): -16049748 or 11278603. OLE color: 11278603.

HSL color Cylindrical-coordinate representation of color #0B19AC: hue angle of 234.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B19AC is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 25 172 -
CMYK 0.94 0.85 0 0.33
HSL 234.78º 0.88% 0.36% -
HSV(B) 234.78º 0.94% 0.67% -
XYZ 7.93 3.74 39.33 -
YUV 37.57 203.86 109.05 -
System Red Green Blue C M Y K H S L
Decimal 11 25 172 0.94 0.85 0 0.33 234.78 0.88 0.36
Hex B 19 AC 5E 55 0 21 EB 58 24
Octal 13 31 254 136 125 0 41 353 130 44
Binary 1011 11001 10101100 1011110 1010101 0 100001 11101011 1011000 100100

Color Harmonies of #0B19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B19AC

Black with #0B19AC

Text Example


Text Example

White with #0B19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B19AC; }

 p { color: rgb(11,25,172); }

 H1.HeaderClassName
 {
   color: #0B19AC;
 }
 .AnyTagClassName
 {
   color: #0B19AC;
 }
</style>

background-color css

<style>
 a { background-color: #0B19AC; }

 a { background-color: rgb(11,25,172); }

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

border-color css

<style>
 span { border-color: #0B19AC; }

 span { border-color: rgb(11,25,172); }

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