Html Css Color HEX #081FBC International Klein Blue

📋 copy color: '#081FBC'

red 8 ◦ green 31 ◦ blue 188

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

Shades of International Klein Blue #081FBC

Tints of International Klein Blue #081FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

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

R = 3.52%
G = 13.66%
B = 82.82%

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

#081FBC (or 0x081FBC) is known color: International Klein Blue. HEX triplet: 08, 1F and BC. RGB value is (8,31,188). Sum of RGB (Red+Green+Blue) = 8+31+188=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #081FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FBC is #F7E043. Grayscale: #292929. Windows color (decimal): -16244804 or 12328712. OLE color: 12328712.

HSL color Cylindrical-coordinate representation of color #081FBC: hue angle of 232.33º 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 #081FBC is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 31 188 -
CMYK 0.96 0.84 0 0.26
HSL 232.33º 0.92% 0.38% -
HSV(B) 232.33º 0.96% 0.74% -
XYZ 9.67 4.66 47.97 -
YUV 42.02 210.38 103.73 -
System Red Green Blue C M Y K H S L
Decimal 8 31 188 0.96 0.84 0 0.26 232.33 0.92 0.38
Hex 8 1F BC 60 54 0 1A E8 5C 26
Octal 10 37 274 140 124 0 32 350 134 46
Binary 1000 11111 10111100 1100000 1010100 0 11010 11101000 1011100 100110

Color Harmonies of #081FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081FBC

Black with #081FBC

Text Example


Text Example

White with #081FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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