Html Css Color HEX #091AB4 International Klein Blue

📋 copy color: '#091AB4'

red 9 ◦ green 26 ◦ blue 180

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

Shades of International Klein Blue #091AB4

Tints of International Klein Blue #091AB4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

 BLUE value IS 180 (70.7% from 255) = 83.72%

R = 4.19%
G = 12.09%
B = 83.72%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#091AB4 (or 0x091AB4) is known color: International Klein Blue. HEX triplet: 09, 1A and B4. RGB value is (9,26,180). Sum of RGB (Red+Green+Blue) = 9+26+180=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 180 (70.70% from 255 or 83.72% from 215); Max value from RGB is 180 - color contains mainly: blue. Hex color #091AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091AB4 is #F6E54B. Grayscale: #252525. Windows color (decimal): -16180556 or 11803145. OLE color: 11803145.

HSL color Cylindrical-coordinate representation of color #091AB4: hue angle of 234.04º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091AB4 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 26 180 -
CMYK 0.95 0.86 0 0.29
HSL 234.04º 0.9% 0.37% -
HSV(B) 234.04º 0.95% 0.71% -
XYZ 8.72 4.09 43.51 -
YUV 38.47 207.87 106.98 -
System Red Green Blue C M Y K H S L
Decimal 9 26 180 0.95 0.86 0 0.29 234.04 0.9 0.37
Hex 9 1A B4 5F 56 0 1D EA 5A 25
Octal 11 32 264 137 126 0 35 352 132 45
Binary 1001 11010 10110100 1011111 1010110 0 11101 11101010 1011010 100101

Color Harmonies of #091AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091AB4

Black with #091AB4

Text Example


Text Example

White with #091AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,26,180); }

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

background-color css

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

 a { background-color: rgb(9,26,180); }

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

border-color css

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

 span { border-color: rgb(9,26,180); }

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