Html Css Color HEX #092DAB Egyptian Blue

📋 copy color: '#092DAB'

red 9 ◦ green 45 ◦ blue 171

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

Shades of Egyptian Blue #092DAB

Tints of Egyptian Blue #092DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20%

 BLUE value IS 171 (67.19% from 255) = 76%

R = 4%
G = 20%
B = 76%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#092DAB (or 0x092DAB) is known color: Egyptian Blue. HEX triplet: 09, 2D and AB. RGB value is (9,45,171). Sum of RGB (Red+Green+Blue) = 9+45+171=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #092DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092DAB is #F6D254. Grayscale: #303030. Windows color (decimal): -16175701 or 11218185. OLE color: 11218185.

HSL color Cylindrical-coordinate representation of color #092DAB: hue angle of 226.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092DAB is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 45 171 -
CMYK 0.95 0.74 0 0.33
HSL 226.67º 0.9% 0.35% -
HSV(B) 226.67º 0.95% 0.67% -
XYZ 8.4 4.88 39.03 -
YUV 48.6 197.07 99.75 -
System Red Green Blue C M Y K H S L
Decimal 9 45 171 0.95 0.74 0 0.33 226.67 0.9 0.35
Hex 9 2D AB 5F 4A 0 21 E3 5A 23
Octal 11 55 253 137 112 0 41 343 132 43
Binary 1001 101101 10101011 1011111 1001010 0 100001 11100011 1011010 100011

Color Harmonies of #092DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DAB

Black with #092DAB

Text Example


Text Example

White with #092DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,45,171); }

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

background-color css

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

 a { background-color: rgb(9,45,171); }

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

border-color css

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

 span { border-color: rgb(9,45,171); }

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