Html Css Color HEX #092AB8 International Klein Blue

📋 copy color: '#092AB8'

red 9 ◦ green 42 ◦ blue 184

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

Shades of International Klein Blue #092AB8

Tints of International Klein Blue #092AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 78.3%

R = 3.83%
G = 17.87%
B = 78.3%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#092AB8 (or 0x092AB8) is known color: International Klein Blue. HEX triplet: 09, 2A and B8. RGB value is (9,42,184). Sum of RGB (Red+Green+Blue) = 9+42+184=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 184 (72.27% from 255 or 78.30% from 235); Max value from RGB is 184 - color contains mainly: blue. Hex color #092AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092AB8 is #F6D547. Grayscale: #2F2F2F. Windows color (decimal): -16176456 or 12069385. OLE color: 12069385.

HSL color Cylindrical-coordinate representation of color #092AB8: hue angle of 228.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092AB8 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 42 184 -
CMYK 0.95 0.77 0 0.28
HSL 228.69º 0.91% 0.38% -
HSV(B) 228.69º 0.95% 0.72% -
XYZ 9.59 5.17 45.84 -
YUV 48.32 204.57 99.95 -
System Red Green Blue C M Y K H S L
Decimal 9 42 184 0.95 0.77 0 0.28 228.69 0.91 0.38
Hex 9 2A B8 5F 4D 0 1C E5 5B 26
Octal 11 52 270 137 115 0 34 345 133 46
Binary 1001 101010 10111000 1011111 1001101 0 11100 11100101 1011011 100110

Color Harmonies of #092AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092AB8

Black with #092AB8

Text Example


Text Example

White with #092AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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