Html Css Color HEX #081D99 International Klein Blue

📋 copy color: '#081D99'

red 8 ◦ green 29 ◦ blue 153

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

Shades of International Klein Blue #081D99

Tints of International Klein Blue #081D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.53%

R = 4.21%
G = 15.26%
B = 80.53%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#081D99 (or 0x081D99) is known color: International Klein Blue. HEX triplet: 08, 1D and 99. RGB value is (8,29,153). Sum of RGB (Red+Green+Blue) = 8+29+153=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 153 (60.16% from 255 or 80.53% from 190); Max value from RGB is 153 - color contains mainly: blue. Hex color #081D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081D99 is #F7E266. Grayscale: #242424. Windows color (decimal): -16245351 or 10034440. OLE color: 10034440.

HSL color Cylindrical-coordinate representation of color #081D99: hue angle of 231.31º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081D99 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 29 153 -
CMYK 0.95 0.81 0 0.4
HSL 231.31º 0.9% 0.32% -
HSV(B) 231.31º 0.95% 0.6% -
XYZ 6.29 3.23 30.43 -
YUV 36.86 193.54 107.42 -
System Red Green Blue C M Y K H S L
Decimal 8 29 153 0.95 0.81 0 0.4 231.31 0.9 0.32
Hex 8 1D 99 5F 51 0 28 E7 5A 20
Octal 10 35 231 137 121 0 50 347 132 40
Binary 1000 11101 10011001 1011111 1010001 0 101000 11100111 1011010 100000

Color Harmonies of #081D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D99

Black with #081D99

Text Example


Text Example

White with #081D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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