Html Css Color HEX #081DB3 International Klein Blue

📋 copy color: '#081DB3'

red 8 ◦ green 29 ◦ blue 179

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

Shades of International Klein Blue #081DB3

Tints of International Klein Blue #081DB3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

 BLUE value IS 179 (70.31% from 255) = 82.87%

R = 3.7%
G = 13.43%
B = 82.87%

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

#081DB3 (or 0x081DB3) is known color: International Klein Blue. HEX triplet: 08, 1D and B3. RGB value is (8,29,179). Sum of RGB (Red+Green+Blue) = 8+29+179=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 179 (70.31% from 255 or 82.87% from 216); Max value from RGB is 179 - color contains mainly: blue. Hex color #081DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DB3 is #F7E24C. Grayscale: #272727. Windows color (decimal): -16245325 or 11738376. OLE color: 11738376.

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

Color convert

RGB 8 29 179 -
CMYK 0.96 0.84 0 0.30
HSL 232.63º 0.91% 0.37% -
HSV(B) 232.63º 0.96% 0.7% -
XYZ 8.68 4.19 43 -
YUV 39.82 206.54 105.3 -
System Red Green Blue C M Y K H S L
Decimal 8 29 179 0.96 0.84 0 0.30 232.63 0.91 0.37
Hex 8 1D B3 60 54 0 1E E9 5B 25
Octal 10 35 263 140 124 0 36 351 133 45
Binary 1000 11101 10110011 1100000 1010100 0 11110 11101001 1011011 100101

Color Harmonies of #081DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081DB3

Black with #081DB3

Text Example


Text Example

White with #081DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,29,179); }

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

background-color css

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

 a { background-color: rgb(8,29,179); }

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

border-color css

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

 span { border-color: rgb(8,29,179); }

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