Html Css Color HEX #081BBB International Klein Blue

📋 copy color: '#081BBB'

red 8 ◦ green 27 ◦ blue 187

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

Shades of International Klein Blue #081BBB

Tints of International Klein Blue #081BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

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

R = 3.6%
G = 12.16%
B = 84.23%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#081BBB (or 0x081BBB) is known color: International Klein Blue. HEX triplet: 08, 1B and BB. RGB value is (8,27,187). Sum of RGB (Red+Green+Blue) = 8+27+187=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #081BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BBB is #F7E444. Grayscale: #262626. Windows color (decimal): -16245829 or 12262152. OLE color: 12262152.

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

Color convert

RGB 8 27 187 -
CMYK 0.96 0.86 0 0.27
HSL 233.63º 0.92% 0.38% -
HSV(B) 233.63º 0.96% 0.73% -
XYZ 9.46 4.42 47.37 -
YUV 39.56 211.21 105.49 -
System Red Green Blue C M Y K H S L
Decimal 8 27 187 0.96 0.86 0 0.27 233.63 0.92 0.38
Hex 8 1B BB 60 56 0 1B EA 5C 26
Octal 10 33 273 140 126 0 33 352 134 46
Binary 1000 11011 10111011 1100000 1010110 0 11011 11101010 1011100 100110

Color Harmonies of #081BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BBB

Black with #081BBB

Text Example


Text Example

White with #081BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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