Html Css Color HEX #081EBA International Klein Blue

📋 copy color: '#081EBA'

red 8 ◦ green 30 ◦ blue 186

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

Shades of International Klein Blue #081EBA

Tints of International Klein Blue #081EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 83.04%

R = 3.57%
G = 13.39%
B = 83.04%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#081EBA (or 0x081EBA) is known color: International Klein Blue. HEX triplet: 08, 1E and BA. RGB value is (8,30,186). Sum of RGB (Red+Green+Blue) = 8+30+186=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #081EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081EBA is #F7E145. Grayscale: #282828. Windows color (decimal): -16245062 or 12197384. OLE color: 12197384.

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

Color convert

RGB 8 30 186 -
CMYK 0.96 0.84 0 0.27
HSL 232.58º 0.92% 0.38% -
HSV(B) 232.58º 0.96% 0.73% -
XYZ 9.43 4.53 46.83 -
YUV 41.21 209.71 104.32 -
System Red Green Blue C M Y K H S L
Decimal 8 30 186 0.96 0.84 0 0.27 232.58 0.92 0.38
Hex 8 1E BA 60 54 0 1B E9 5C 26
Octal 10 36 272 140 124 0 33 351 134 46
Binary 1000 11110 10111010 1100000 1010100 0 11011 11101001 1011100 100110

Color Harmonies of #081EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081EBA

Black with #081EBA

Text Example


Text Example

White with #081EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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