Html Css Color HEX #091CBD International Klein Blue

📋 copy color: '#091CBD'

red 9 ◦ green 28 ◦ blue 189

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

Shades of International Klein Blue #091CBD

Tints of International Klein Blue #091CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 83.63%

R = 3.98%
G = 12.39%
B = 83.63%

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

#091CBD (or 0x091CBD) is known color: International Klein Blue. HEX triplet: 09, 1C and BD. RGB value is (9,28,189). Sum of RGB (Red+Green+Blue) = 9+28+189=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 189 (74.22% from 255 or 83.63% from 226); Max value from RGB is 189 - color contains mainly: blue. Hex color #091CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CBD is #F6E342. Grayscale: #282828. Windows color (decimal): -16180035 or 12393481. OLE color: 12393481.

HSL color Cylindrical-coordinate representation of color #091CBD: hue angle of 233.67º 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 #091CBD is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 28 189 -
CMYK 0.95 0.85 0 0.26
HSL 233.67º 0.91% 0.39% -
HSV(B) 233.67º 0.95% 0.74% -
XYZ 9.71 4.56 48.51 -
YUV 40.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 9 28 189 0.95 0.85 0 0.26 233.67 0.91 0.39
Hex 9 1C BD 5F 55 0 1A EA 5B 27
Octal 11 34 275 137 125 0 32 352 133 47
Binary 1001 11100 10111101 1011111 1010101 0 11010 11101010 1011011 100111

Color Harmonies of #091CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CBD

Black with #091CBD

Text Example


Text Example

White with #091CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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