Html Css Color HEX #081BAB International Klein Blue

📋 copy color: '#081BAB'

red 8 ◦ green 27 ◦ blue 171

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

Shades of International Klein Blue #081BAB

Tints of International Klein Blue #081BAB

RGB

 RED value IS 8 (3.52% from 255) = 3.88%

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

 BLUE value IS 171 (67.19% from 255) = 83.01%

R = 3.88%
G = 13.11%
B = 83.01%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#081BAB (or 0x081BAB) is known color: International Klein Blue. HEX triplet: 08, 1B and AB. RGB value is (8,27,171). Sum of RGB (Red+Green+Blue) = 8+27+171=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #081BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BAB is #F7E454. Grayscale: #252525. Windows color (decimal): -16245845 or 11213576. OLE color: 11213576.

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

Color convert

RGB 8 27 171 -
CMYK 0.95 0.84 0 0.33
HSL 233.01º 0.91% 0.35% -
HSV(B) 233.01º 0.95% 0.67% -
XYZ 7.84 3.78 38.84 -
YUV 37.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 8 27 171 0.95 0.84 0 0.33 233.01 0.91 0.35
Hex 8 1B AB 5F 54 0 21 E9 5B 23
Octal 10 33 253 137 124 0 41 351 133 43
Binary 1000 11011 10101011 1011111 1010100 0 100001 11101001 1011011 100011

Color Harmonies of #081BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BAB

Black with #081BAB

Text Example


Text Example

White with #081BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081BAB; }

 p { color: rgb(8,27,171); }

 H1.HeaderClassName
 {
   color: #081BAB;
 }
 .AnyTagClassName
 {
   color: #081BAB;
 }
</style>

background-color css

<style>
 a { background-color: #081BAB; }

 a { background-color: rgb(8,27,171); }

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

border-color css

<style>
 span { border-color: #081BAB; }

 span { border-color: rgb(8,27,171); }

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