Html Css Color HEX #081BA1 International Klein Blue

📋 copy color: '#081BA1'

red 8 ◦ green 27 ◦ blue 161

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

Shades of International Klein Blue #081BA1

Tints of International Klein Blue #081BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 82.14%

R = 4.08%
G = 13.78%
B = 82.14%

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

#081BA1 (or 0x081BA1) is known color: International Klein Blue. HEX triplet: 08, 1B and A1. RGB value is (8,27,161). Sum of RGB (Red+Green+Blue) = 8+27+161=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 161 (63.28% from 255 or 82.14% from 196); Max value from RGB is 161 - color contains mainly: blue. Hex color #081BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BA1 is #F7E45E. Grayscale: #242424. Windows color (decimal): -16245855 or 10558216. OLE color: 10558216.

HSL color Cylindrical-coordinate representation of color #081BA1: hue angle of 232.55º degrees, saturation: 0.91, 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 #081BA1 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 27 161 -
CMYK 0.95 0.83 0 0.37
HSL 232.55º 0.91% 0.33% -
HSV(B) 232.55º 0.95% 0.63% -
XYZ 6.93 3.41 34.01 -
YUV 36.6 198.21 107.6 -
System Red Green Blue C M Y K H S L
Decimal 8 27 161 0.95 0.83 0 0.37 232.55 0.91 0.33
Hex 8 1B A1 5F 53 0 25 E9 5B 21
Octal 10 33 241 137 123 0 45 351 133 41
Binary 1000 11011 10100001 1011111 1010011 0 100101 11101001 1011011 100001

Color Harmonies of #081BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BA1

Black with #081BA1

Text Example


Text Example

White with #081BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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