Html Css Color HEX #0B1BAA International Klein Blue

📋 copy color: '#0B1BAA'

red 11 ◦ green 27 ◦ blue 170

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

Shades of International Klein Blue #0B1BAA

Tints of International Klein Blue #0B1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.98%

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

R = 5.29%
G = 12.98%
B = 81.73%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B1BAA (or 0x0B1BAA) is known color: International Klein Blue. HEX triplet: 0B, 1B and AA. RGB value is (11,27,170). Sum of RGB (Red+Green+Blue) = 11+27+170=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B1BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1BAA is #F4E455. Grayscale: #252525. Windows color (decimal): -16049238 or 11148043. OLE color: 11148043.

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

Color convert

RGB 11 27 170 -
CMYK 0.94 0.84 0 0.33
HSL 233.96º 0.88% 0.35% -
HSV(B) 233.96º 0.94% 0.67% -
XYZ 7.79 3.76 38.35 -
YUV 38.52 202.2 108.37 -
System Red Green Blue C M Y K H S L
Decimal 11 27 170 0.94 0.84 0 0.33 233.96 0.88 0.35
Hex B 1B AA 5E 54 0 21 EA 58 23
Octal 13 33 252 136 124 0 41 352 130 43
Binary 1011 11011 10101010 1011110 1010100 0 100001 11101010 1011000 100011

Color Harmonies of #0B1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1BAA

Black with #0B1BAA

Text Example


Text Example

White with #0B1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,27,170); }

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

background-color css

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

 a { background-color: rgb(11,27,170); }

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

border-color css

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

 span { border-color: rgb(11,27,170); }

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