Html Css Color HEX #081DBB International Klein Blue

📋 copy color: '#081DBB'

red 8 ◦ green 29 ◦ blue 187

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

Shades of International Klein Blue #081DBB

Tints of International Klein Blue #081DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 83.48%

R = 3.57%
G = 12.95%
B = 83.48%

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

#081DBB (or 0x081DBB) is known color: International Klein Blue. HEX triplet: 08, 1D and BB. RGB value is (8,29,187). Sum of RGB (Red+Green+Blue) = 8+29+187=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #081DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DBB is #F7E244. Grayscale: #282828. Windows color (decimal): -16245317 or 12262664. OLE color: 12262664.

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

Color convert

RGB 8 29 187 -
CMYK 0.96 0.84 0 0.27
HSL 232.96º 0.92% 0.38% -
HSV(B) 232.96º 0.96% 0.73% -
XYZ 9.51 4.52 47.38 -
YUV 40.73 210.54 104.65 -
System Red Green Blue C M Y K H S L
Decimal 8 29 187 0.96 0.84 0 0.27 232.96 0.92 0.38
Hex 8 1D BB 60 54 0 1B E9 5C 26
Octal 10 35 273 140 124 0 33 351 134 46
Binary 1000 11101 10111011 1100000 1010100 0 11011 11101001 1011100 100110

Color Harmonies of #081DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081DBB

Black with #081DBB

Text Example


Text Example

White with #081DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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