Html Css Color HEX #092AB4 International Klein Blue

📋 copy color: '#092AB4'

red 9 ◦ green 42 ◦ blue 180

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

Shades of International Klein Blue #092AB4

Tints of International Klein Blue #092AB4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.18%

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

R = 3.9%
G = 18.18%
B = 77.92%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#092AB4 (or 0x092AB4) is known color: International Klein Blue. HEX triplet: 09, 2A and B4. RGB value is (9,42,180). Sum of RGB (Red+Green+Blue) = 9+42+180=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 180 (70.70% from 255 or 77.92% from 231); Max value from RGB is 180 - color contains mainly: blue. Hex color #092AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092AB4 is #F6D54B. Grayscale: #2F2F2F. Windows color (decimal): -16176460 or 11807241. OLE color: 11807241.

HSL color Cylindrical-coordinate representation of color #092AB4: hue angle of 228.42º 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 #092AB4 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 9 42 180 -
CMYK 0.95 0.77 0 0.29
HSL 228.42º 0.9% 0.37% -
HSV(B) 228.42º 0.95% 0.71% -
XYZ 9.18 5.01 43.66 -
YUV 47.87 202.57 100.28 -
System Red Green Blue C M Y K H S L
Decimal 9 42 180 0.95 0.77 0 0.29 228.42 0.9 0.37
Hex 9 2A B4 5F 4D 0 1D E4 5A 25
Octal 11 52 264 137 115 0 35 344 132 45
Binary 1001 101010 10110100 1011111 1001101 0 11101 11100100 1011010 100101

Color Harmonies of #092AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AB4

Black with #092AB4

Text Example


Text Example

White with #092AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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