Html Css Color HEX #081DAC International Klein Blue

📋 copy color: '#081DAC'

red 8 ◦ green 29 ◦ blue 172

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

Shades of International Klein Blue #081DAC

Tints of International Klein Blue #081DAC

RGB

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

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

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

R = 3.83%
G = 13.88%
B = 82.3%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#081DAC (or 0x081DAC) is known color: International Klein Blue. HEX triplet: 08, 1D and AC. RGB value is (8,29,172). Sum of RGB (Red+Green+Blue) = 8+29+172=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #081DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081DAC is #F7E253. Grayscale: #262626. Windows color (decimal): -16245332 or 11279624. OLE color: 11279624.

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

Color convert

RGB 8 29 172 -
CMYK 0.95 0.83 0 0.33
HSL 232.32º 0.91% 0.35% -
HSV(B) 232.32º 0.95% 0.67% -
XYZ 7.99 3.91 39.36 -
YUV 39.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 8 29 172 0.95 0.83 0 0.33 232.32 0.91 0.35
Hex 8 1D AC 5F 53 0 21 E8 5B 23
Octal 10 35 254 137 123 0 41 350 133 43
Binary 1000 11101 10101100 1011111 1010011 0 100001 11101000 1011011 100011

Color Harmonies of #081DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081DAC

Black with #081DAC

Text Example


Text Example

White with #081DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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