Html Css Color HEX #081BAC International Klein Blue

📋 copy color: '#081BAC'

red 8 ◦ green 27 ◦ blue 172

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

Shades of International Klein Blue #081BAC

Tints of International Klein Blue #081BAC

RGB

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

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

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

R = 3.86%
G = 13.04%
B = 83.09%

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

#081BAC (or 0x081BAC) is known color: International Klein Blue. HEX triplet: 08, 1B and AC. RGB value is (8,27,172). Sum of RGB (Red+Green+Blue) = 8+27+172=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #081BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BAC is #F7E453. Grayscale: #252525. Windows color (decimal): -16245844 or 11279112. OLE color: 11279112.

HSL color Cylindrical-coordinate representation of color #081BAC: hue angle of 233.05º 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 #081BAC is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 27 172 -
CMYK 0.95 0.84 0 0.33
HSL 233.05º 0.91% 0.35% -
HSV(B) 233.05º 0.95% 0.67% -
XYZ 7.94 3.81 39.35 -
YUV 37.85 203.71 106.71 -
System Red Green Blue C M Y K H S L
Decimal 8 27 172 0.95 0.84 0 0.33 233.05 0.91 0.35
Hex 8 1B AC 5F 54 0 21 E9 5B 23
Octal 10 33 254 137 124 0 41 351 133 43
Binary 1000 11011 10101100 1011111 1010100 0 100001 11101001 1011011 100011

Color Harmonies of #081BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BAC

Black with #081BAC

Text Example


Text Example

White with #081BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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