Html Css Color HEX #091DA1 International Klein Blue

📋 copy color: '#091DA1'

red 9 ◦ green 29 ◦ blue 161

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

Shades of International Klein Blue #091DA1

Tints of International Klein Blue #091DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.57%

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

R = 4.52%
G = 14.57%
B = 80.9%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#091DA1 (or 0x091DA1) is known color: International Klein Blue. HEX triplet: 09, 1D and A1. RGB value is (9,29,161). Sum of RGB (Red+Green+Blue) = 9+29+161=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 161 (63.28% from 255 or 80.90% from 199); Max value from RGB is 161 - color contains mainly: blue. Hex color #091DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DA1 is #F6E25E. Grayscale: #252525. Windows color (decimal): -16179807 or 10558729. OLE color: 10558729.

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

Color convert

RGB 9 29 161 -
CMYK 0.94 0.82 0 0.37
HSL 232.11º 0.89% 0.33% -
HSV(B) 232.11º 0.94% 0.63% -
XYZ 6.99 3.51 34.03 -
YUV 38.07 197.37 107.27 -
System Red Green Blue C M Y K H S L
Decimal 9 29 161 0.94 0.82 0 0.37 232.11 0.89 0.33
Hex 9 1D A1 5E 52 0 25 E8 59 21
Octal 11 35 241 136 122 0 45 350 131 41
Binary 1001 11101 10100001 1011110 1010010 0 100101 11101000 1011001 100001

Color Harmonies of #091DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DA1

Black with #091DA1

Text Example


Text Example

White with #091DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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