Html Css Color HEX #091CA1 International Klein Blue

📋 copy color: '#091CA1'

red 9 ◦ green 28 ◦ blue 161

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

Shades of International Klein Blue #091CA1

Tints of International Klein Blue #091CA1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

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

R = 4.55%
G = 14.14%
B = 81.31%

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

#091CA1 (or 0x091CA1) is known color: International Klein Blue. HEX triplet: 09, 1C and A1. RGB value is (9,28,161). Sum of RGB (Red+Green+Blue) = 9+28+161=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 161 (63.28% from 255 or 81.31% from 198); Max value from RGB is 161 - color contains mainly: blue. Hex color #091CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CA1 is #F6E35E. Grayscale: #242424. Windows color (decimal): -16180063 or 10558473. OLE color: 10558473.

HSL color Cylindrical-coordinate representation of color #091CA1: hue angle of 232.5º 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 #091CA1 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 28 161 -
CMYK 0.94 0.83 0 0.37
HSL 232.5º 0.89% 0.33% -
HSV(B) 232.5º 0.94% 0.63% -
XYZ 6.96 3.46 34.02 -
YUV 37.48 197.71 107.69 -
System Red Green Blue C M Y K H S L
Decimal 9 28 161 0.94 0.83 0 0.37 232.5 0.89 0.33
Hex 9 1C A1 5E 53 0 25 E8 59 21
Octal 11 34 241 136 123 0 45 350 131 41
Binary 1001 11100 10100001 1011110 1010011 0 100101 11101000 1011001 100001

Color Harmonies of #091CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CA1

Black with #091CA1

Text Example


Text Example

White with #091CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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