Html Css Color HEX #081CB2 International Klein Blue

📋 copy color: '#081CB2'

red 8 ◦ green 28 ◦ blue 178

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

Shades of International Klein Blue #081CB2

Tints of International Klein Blue #081CB2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

 BLUE value IS 178 (69.92% from 255) = 83.18%

R = 3.74%
G = 13.08%
B = 83.18%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#081CB2 (or 0x081CB2) is known color: International Klein Blue. HEX triplet: 08, 1C and B2. RGB value is (8,28,178). Sum of RGB (Red+Green+Blue) = 8+28+178=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 178 (69.92% from 255 or 83.18% from 214); Max value from RGB is 178 - color contains mainly: blue. Hex color #081CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081CB2 is #F7E34D. Grayscale: #262626. Windows color (decimal): -16245582 or 11672584. OLE color: 11672584.

HSL color Cylindrical-coordinate representation of color #081CB2: hue angle of 232.94º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081CB2 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 28 178 -
CMYK 0.96 0.84 0 0.30
HSL 232.94º 0.91% 0.36% -
HSV(B) 232.94º 0.96% 0.7% -
XYZ 8.55 4.1 42.46 -
YUV 39.12 206.37 105.8 -
System Red Green Blue C M Y K H S L
Decimal 8 28 178 0.96 0.84 0 0.30 232.94 0.91 0.36
Hex 8 1C B2 60 54 0 1E E9 5B 24
Octal 10 34 262 140 124 0 36 351 133 44
Binary 1000 11100 10110010 1100000 1010100 0 11110 11101001 1011011 100100

Color Harmonies of #081CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081CB2

Black with #081CB2

Text Example


Text Example

White with #081CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,28,178); }

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

background-color css

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

 a { background-color: rgb(8,28,178); }

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

border-color css

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

 span { border-color: rgb(8,28,178); }

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