Html Css Color HEX #081D9F International Klein Blue

📋 copy color: '#081D9F'

red 8 ◦ green 29 ◦ blue 159

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

Shades of International Klein Blue #081D9F

Tints of International Klein Blue #081D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.12%

R = 4.08%
G = 14.8%
B = 81.12%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#081D9F (or 0x081D9F) is known color: International Klein Blue. HEX triplet: 08, 1D and 9F. RGB value is (8,29,159). Sum of RGB (Red+Green+Blue) = 8+29+159=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 159 (62.5% from 255 or 81.12% from 196); Max value from RGB is 159 - color contains mainly: blue. Hex color #081D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081D9F is #F7E260. Grayscale: #252525. Windows color (decimal): -16245345 or 10427656. OLE color: 10427656.

HSL color Cylindrical-coordinate representation of color #081D9F: hue angle of 231.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081D9F is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 29 159 -
CMYK 0.95 0.82 0 0.38
HSL 231.66º 0.9% 0.33% -
HSV(B) 231.66º 0.95% 0.62% -
XYZ 6.8 3.43 33.11 -
YUV 37.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 8 29 159 0.95 0.82 0 0.38 231.66 0.9 0.33
Hex 8 1D 9F 5F 52 0 26 E8 5A 21
Octal 10 35 237 137 122 0 46 350 132 41
Binary 1000 11101 10011111 1011111 1010010 0 100110 11101000 1011010 100001

Color Harmonies of #081D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D9F

Black with #081D9F

Text Example


Text Example

White with #081D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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