Html Css Color HEX #081E9C International Klein Blue

📋 copy color: '#081E9C'

red 8 ◦ green 30 ◦ blue 156

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

Shades of International Klein Blue #081E9C

Tints of International Klein Blue #081E9C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 156 (61.33% from 255) = 80.41%

R = 4.12%
G = 15.46%
B = 80.41%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#081E9C (or 0x081E9C) is known color: International Klein Blue. HEX triplet: 08, 1E and 9C. RGB value is (8,30,156). Sum of RGB (Red+Green+Blue) = 8+30+156=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #081E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081E9C is #F7E163. Grayscale: #252525. Windows color (decimal): -16245092 or 10231304. OLE color: 10231304.

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

Color convert

RGB 8 30 156 -
CMYK 0.95 0.81 0 0.39
HSL 231.08º 0.9% 0.32% -
HSV(B) 231.08º 0.95% 0.61% -
XYZ 6.57 3.38 31.76 -
YUV 37.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 8 30 156 0.95 0.81 0 0.39 231.08 0.9 0.32
Hex 8 1E 9C 5F 51 0 27 E7 5A 20
Octal 10 36 234 137 121 0 47 347 132 40
Binary 1000 11110 10011100 1011111 1010001 0 100111 11100111 1011010 100000

Color Harmonies of #081E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E9C

Black with #081E9C

Text Example


Text Example

White with #081E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,30,156); }

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

background-color css

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

 a { background-color: rgb(8,30,156); }

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

border-color css

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

 span { border-color: rgb(8,30,156); }

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