Html Css Color HEX #081EC0 International Klein Blue

📋 copy color: '#081EC0'

red 8 ◦ green 30 ◦ blue 192

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

Shades of International Klein Blue #081EC0

Tints of International Klein Blue #081EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 83.48%

R = 3.48%
G = 13.04%
B = 83.48%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#081EC0 (or 0x081EC0) is known color: International Klein Blue. HEX triplet: 08, 1E and C0. RGB value is (8,30,192). Sum of RGB (Red+Green+Blue) = 8+30+192=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 192 (75.39% from 255 or 83.48% from 230); Max value from RGB is 192 - color contains mainly: blue. Hex color #081EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EC0 is #F7E13F. Grayscale: #292929. Windows color (decimal): -16245056 or 12590600. OLE color: 12590600.

HSL color Cylindrical-coordinate representation of color #081EC0: hue angle of 232.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081EC0 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 30 192 -
CMYK 0.96 0.84 0 0.25
HSL 232.83º 0.92% 0.39% -
HSV(B) 232.83º 0.96% 0.75% -
XYZ 10.08 4.79 50.26 -
YUV 41.89 212.71 103.83 -
System Red Green Blue C M Y K H S L
Decimal 8 30 192 0.96 0.84 0 0.25 232.83 0.92 0.39
Hex 8 1E C0 60 54 0 19 E9 5C 27
Octal 10 36 300 140 124 0 31 351 134 47
Binary 1000 11110 11000000 1100000 1010100 0 11001 11101001 1011100 100111

Color Harmonies of #081EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081EC0

Black with #081EC0

Text Example


Text Example

White with #081EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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