Html Css Color HEX #0B1DAC International Klein Blue

📋 copy color: '#0B1DAC'

red 11 ◦ green 29 ◦ blue 172

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

Shades of International Klein Blue #0B1DAC

Tints of International Klein Blue #0B1DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 5.19%
G = 13.68%
B = 81.13%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B1DAC (or 0x0B1DAC) is known color: International Klein Blue. HEX triplet: 0B, 1D and AC. RGB value is (11,29,172). Sum of RGB (Red+Green+Blue) = 11+29+172=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 172 (67.58% from 255 or 81.13% from 212); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B1DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1DAC is #F4E253. Grayscale: #272727. Windows color (decimal): -16048724 or 11279627. OLE color: 11279627.

HSL color Cylindrical-coordinate representation of color #0B1DAC: hue angle of 233.29º 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 #0B1DAC is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 29 172 -
CMYK 0.94 0.83 0 0.33
HSL 233.29º 0.88% 0.36% -
HSV(B) 233.29º 0.94% 0.67% -
XYZ 8.02 3.93 39.37 -
YUV 39.92 202.54 107.37 -
System Red Green Blue C M Y K H S L
Decimal 11 29 172 0.94 0.83 0 0.33 233.29 0.88 0.36
Hex B 1D AC 5E 53 0 21 E9 58 24
Octal 13 35 254 136 123 0 41 351 130 44
Binary 1011 11101 10101100 1011110 1010011 0 100001 11101001 1011000 100100

Color Harmonies of #0B1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1DAC

Black with #0B1DAC

Text Example


Text Example

White with #0B1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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