Html Css Color HEX #081EBC International Klein Blue

📋 copy color: '#081EBC'

red 8 ◦ green 30 ◦ blue 188

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

Shades of International Klein Blue #081EBC

Tints of International Klein Blue #081EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 83.19%

R = 3.54%
G = 13.27%
B = 83.19%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#081EBC (or 0x081EBC) is known color: International Klein Blue. HEX triplet: 08, 1E and BC. RGB value is (8,30,188). Sum of RGB (Red+Green+Blue) = 8+30+188=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #081EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EBC is #F7E143. Grayscale: #282828. Windows color (decimal): -16245060 or 12328456. OLE color: 12328456.

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

Color convert

RGB 8 30 188 -
CMYK 0.96 0.84 0 0.26
HSL 232.67º 0.92% 0.38% -
HSV(B) 232.67º 0.96% 0.74% -
XYZ 9.64 4.61 47.96 -
YUV 41.43 210.71 104.15 -
System Red Green Blue C M Y K H S L
Decimal 8 30 188 0.96 0.84 0 0.26 232.67 0.92 0.38
Hex 8 1E BC 60 54 0 1A E9 5C 26
Octal 10 36 274 140 124 0 32 351 134 46
Binary 1000 11110 10111100 1100000 1010100 0 11010 11101001 1011100 100110

Color Harmonies of #081EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081EBC

Black with #081EBC

Text Example


Text Example

White with #081EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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