Html Css Color HEX #091DBA International Klein Blue

📋 copy color: '#091DBA'

red 9 ◦ green 29 ◦ blue 186

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

Shades of International Klein Blue #091DBA

Tints of International Klein Blue #091DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 83.04%

R = 4.02%
G = 12.95%
B = 83.04%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#091DBA (or 0x091DBA) is known color: International Klein Blue. HEX triplet: 09, 1D and BA. RGB value is (9,29,186). Sum of RGB (Red+Green+Blue) = 9+29+186=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #091DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DBA is #F6E245. Grayscale: #282828. Windows color (decimal): -16179782 or 12197129. OLE color: 12197129.

HSL color Cylindrical-coordinate representation of color #091DBA: hue angle of 233.22º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091DBA is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 29 186 -
CMYK 0.95 0.84 0 0.27
HSL 233.22º 0.91% 0.38% -
HSV(B) 233.22º 0.95% 0.73% -
XYZ 9.41 4.48 46.82 -
YUV 40.92 209.87 105.23 -
System Red Green Blue C M Y K H S L
Decimal 9 29 186 0.95 0.84 0 0.27 233.22 0.91 0.38
Hex 9 1D BA 5F 54 0 1B E9 5B 26
Octal 11 35 272 137 124 0 33 351 133 46
Binary 1001 11101 10111010 1011111 1010100 0 11011 11101001 1011011 100110

Color Harmonies of #091DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DBA

Black with #091DBA

Text Example


Text Example

White with #091DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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