Html Css Color HEX #091BA1 International Klein Blue

📋 copy color: '#091BA1'

red 9 ◦ green 27 ◦ blue 161

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

Shades of International Klein Blue #091BA1

Tints of International Klein Blue #091BA1

RGB

 RED value IS 9 (3.91% from 255) = 4.57%

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

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

R = 4.57%
G = 13.71%
B = 81.73%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#091BA1 (or 0x091BA1) is known color: International Klein Blue. HEX triplet: 09, 1B and A1. RGB value is (9,27,161). Sum of RGB (Red+Green+Blue) = 9+27+161=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 161 (63.28% from 255 or 81.73% from 197); Max value from RGB is 161 - color contains mainly: blue. Hex color #091BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091BA1 is #F6E45E. Grayscale: #242424. Windows color (decimal): -16180319 or 10558217. OLE color: 10558217.

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

Color convert

RGB 9 27 161 -
CMYK 0.94 0.83 0 0.37
HSL 232.89º 0.89% 0.33% -
HSV(B) 232.89º 0.94% 0.63% -
XYZ 6.94 3.42 34.01 -
YUV 36.89 198.04 108.1 -
System Red Green Blue C M Y K H S L
Decimal 9 27 161 0.94 0.83 0 0.37 232.89 0.89 0.33
Hex 9 1B A1 5E 53 0 25 E9 59 21
Octal 11 33 241 136 123 0 45 351 131 41
Binary 1001 11011 10100001 1011110 1010011 0 100101 11101001 1011001 100001

Color Harmonies of #091BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091BA1

Black with #091BA1

Text Example


Text Example

White with #091BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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