Html Css Color HEX #081BA0 International Klein Blue

📋 copy color: '#081BA0'

red 8 ◦ green 27 ◦ blue 160

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

Shades of International Klein Blue #081BA0

Tints of International Klein Blue #081BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 82.05%

R = 4.1%
G = 13.85%
B = 82.05%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#081BA0 (or 0x081BA0) is known color: International Klein Blue. HEX triplet: 08, 1B and A0. RGB value is (8,27,160). Sum of RGB (Red+Green+Blue) = 8+27+160=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 160 (62.89% from 255 or 82.05% from 195); Max value from RGB is 160 - color contains mainly: blue. Hex color #081BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BA0 is #F7E45F. Grayscale: #232323. Windows color (decimal): -16245856 or 10492680. OLE color: 10492680.

HSL color Cylindrical-coordinate representation of color #081BA0: hue angle of 232.5º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081BA0 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 27 160 -
CMYK 0.95 0.83 0 0.37
HSL 232.5º 0.9% 0.33% -
HSV(B) 232.5º 0.95% 0.63% -
XYZ 6.84 3.37 33.55 -
YUV 36.48 197.71 107.69 -
System Red Green Blue C M Y K H S L
Decimal 8 27 160 0.95 0.83 0 0.37 232.5 0.9 0.33
Hex 8 1B A0 5F 53 0 25 E8 5A 21
Octal 10 33 240 137 123 0 45 350 132 41
Binary 1000 11011 10100000 1011111 1010011 0 100101 11101000 1011010 100001

Color Harmonies of #081BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BA0

Black with #081BA0

Text Example


Text Example

White with #081BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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