Html Css Color HEX #091CBB International Klein Blue

📋 copy color: '#091CBB'

red 9 ◦ green 28 ◦ blue 187

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

Shades of International Klein Blue #091CBB

Tints of International Klein Blue #091CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 83.48%

R = 4.02%
G = 12.5%
B = 83.48%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#091CBB (or 0x091CBB) is known color: International Klein Blue. HEX triplet: 09, 1C and BB. RGB value is (9,28,187). Sum of RGB (Red+Green+Blue) = 9+28+187=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #091CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CBB is #F6E344. Grayscale: #272727. Windows color (decimal): -16180037 or 12262409. OLE color: 12262409.

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

Color convert

RGB 9 28 187 -
CMYK 0.95 0.85 0 0.27
HSL 233.6º 0.91% 0.38% -
HSV(B) 233.6º 0.95% 0.73% -
XYZ 9.5 4.48 47.38 -
YUV 40.45 210.71 105.57 -
System Red Green Blue C M Y K H S L
Decimal 9 28 187 0.95 0.85 0 0.27 233.6 0.91 0.38
Hex 9 1C BB 5F 55 0 1B EA 5B 26
Octal 11 34 273 137 125 0 33 352 133 46
Binary 1001 11100 10111011 1011111 1010101 0 11011 11101010 1011011 100110

Color Harmonies of #091CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CBB

Black with #091CBB

Text Example


Text Example

White with #091CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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