Html Css Color HEX #091CBA International Klein Blue

📋 copy color: '#091CBA'

red 9 ◦ green 28 ◦ blue 186

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

Shades of International Klein Blue #091CBA

Tints of International Klein Blue #091CBA

RGB

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

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

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

R = 4.04%
G = 12.56%
B = 83.41%

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

#091CBA (or 0x091CBA) is known color: International Klein Blue. HEX triplet: 09, 1C and BA. RGB value is (9,28,186). Sum of RGB (Red+Green+Blue) = 9+28+186=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #091CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CBA is #F6E345. Grayscale: #272727. Windows color (decimal): -16180038 or 12196873. OLE color: 12196873.

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

Color convert

RGB 9 28 186 -
CMYK 0.95 0.85 0 0.27
HSL 233.56º 0.91% 0.38% -
HSV(B) 233.56º 0.95% 0.73% -
XYZ 9.39 4.43 46.82 -
YUV 40.33 210.21 105.65 -
System Red Green Blue C M Y K H S L
Decimal 9 28 186 0.95 0.85 0 0.27 233.56 0.91 0.38
Hex 9 1C BA 5F 55 0 1B EA 5B 26
Octal 11 34 272 137 125 0 33 352 133 46
Binary 1001 11100 10111010 1011111 1010101 0 11011 11101010 1011011 100110

Color Harmonies of #091CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CBA

Black with #091CBA

Text Example


Text Example

White with #091CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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