Html Css Color HEX #091DBC International Klein Blue

📋 copy color: '#091DBC'

red 9 ◦ green 29 ◦ blue 188

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

Shades of International Klein Blue #091DBC

Tints of International Klein Blue #091DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 83.19%

R = 3.98%
G = 12.83%
B = 83.19%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#091DBC (or 0x091DBC) is known color: International Klein Blue. HEX triplet: 09, 1D and BC. RGB value is (9,29,188). Sum of RGB (Red+Green+Blue) = 9+29+188=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #091DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DBC is #F6E243. Grayscale: #282828. Windows color (decimal): -16179780 or 12328201. OLE color: 12328201.

HSL color Cylindrical-coordinate representation of color #091DBC: hue angle of 233.3º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091DBC is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 29 188 -
CMYK 0.95 0.85 0 0.26
HSL 233.3º 0.91% 0.39% -
HSV(B) 233.3º 0.95% 0.74% -
XYZ 9.63 4.57 47.95 -
YUV 41.15 210.87 105.07 -
System Red Green Blue C M Y K H S L
Decimal 9 29 188 0.95 0.85 0 0.26 233.3 0.91 0.39
Hex 9 1D BC 5F 55 0 1A E9 5B 27
Octal 11 35 274 137 125 0 32 351 133 47
Binary 1001 11101 10111100 1011111 1010101 0 11010 11101001 1011011 100111

Color Harmonies of #091DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DBC

Black with #091DBC

Text Example


Text Example

White with #091DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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