Html Css Color HEX #081BBC International Klein Blue

📋 copy color: '#081BBC'

red 8 ◦ green 27 ◦ blue 188

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

Shades of International Klein Blue #081BBC

Tints of International Klein Blue #081BBC

RGB

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

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

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

R = 3.59%
G = 12.11%
B = 84.3%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#081BBC (or 0x081BBC) is known color: International Klein Blue. HEX triplet: 08, 1B and BC. RGB value is (8,27,188). Sum of RGB (Red+Green+Blue) = 8+27+188=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #081BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BBC is #F7E443. Grayscale: #272727. Windows color (decimal): -16245828 or 12327688. OLE color: 12327688.

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

Color convert

RGB 8 27 188 -
CMYK 0.96 0.86 0 0.26
HSL 233.67º 0.92% 0.38% -
HSV(B) 233.67º 0.96% 0.74% -
XYZ 9.57 4.47 47.93 -
YUV 39.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 8 27 188 0.96 0.86 0 0.26 233.67 0.92 0.38
Hex 8 1B BC 60 56 0 1A EA 5C 26
Octal 10 33 274 140 126 0 32 352 134 46
Binary 1000 11011 10111100 1100000 1010110 0 11010 11101010 1011100 100110

Color Harmonies of #081BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BBC

Black with #081BBC

Text Example


Text Example

White with #081BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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