Html Css Color HEX #0934AB Egyptian Blue

📋 copy color: '#0934AB'

red 9 ◦ green 52 ◦ blue 171

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

Shades of Egyptian Blue #0934AB

Tints of Egyptian Blue #0934AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 3.88%
G = 22.41%
B = 73.71%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0934AB (or 0x0934AB) is known color: Egyptian Blue. HEX triplet: 09, 34 and AB. RGB value is (9,52,171). Sum of RGB (Red+Green+Blue) = 9+52+171=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #0934AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0934AB is #F6CB54. Grayscale: #343434. Windows color (decimal): -16173909 or 11219977. OLE color: 11219977.

HSL color Cylindrical-coordinate representation of color #0934AB: hue angle of 224.07º 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 #0934AB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 52 171 -
CMYK 0.95 0.70 0 0.33
HSL 224.07º 0.9% 0.35% -
HSV(B) 224.07º 0.95% 0.67% -
XYZ 8.69 5.45 39.12 -
YUV 52.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 9 52 171 0.95 0.70 0 0.33 224.07 0.9 0.35
Hex 9 34 AB 5F 46 0 21 E0 5A 23
Octal 11 64 253 137 106 0 41 340 132 43
Binary 1001 110100 10101011 1011111 1000110 0 100001 11100000 1011010 100011

Color Harmonies of #0934AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0934AB

Black with #0934AB

Text Example


Text Example

White with #0934AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0934AB; }

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

 H1.HeaderClassName
 {
   color: #0934AB;
 }
 .AnyTagClassName
 {
   color: #0934AB;
 }
</style>

background-color css

<style>
 a { background-color: #0934AB; }

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

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

border-color css

<style>
 span { border-color: #0934AB; }

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

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