Html Css Color HEX #0F3599 Egyptian Blue

📋 copy color: '#0F3599'

red 15 ◦ green 53 ◦ blue 153

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

Shades of Egyptian Blue #0F3599

Tints of Egyptian Blue #0F3599

RGB

 RED value IS 15 (6.25% from 255) = 6.79%

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 153 (60.16% from 255) = 69.23%

R = 6.79%
G = 23.98%
B = 69.23%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F3599 (or 0x0F3599) is known color: Egyptian Blue. HEX triplet: 0F, 35 and 99. RGB value is (15,53,153). Sum of RGB (Red+Green+Blue) = 15+53+153=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F3599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3599 is #F0CA66. Grayscale: #343434. Windows color (decimal): -15780455 or 10040591. OLE color: 10040591.

HSL color Cylindrical-coordinate representation of color #0F3599: hue angle of 223.48º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3599 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 53 153 -
CMYK 0.90 0.65 0 0.4
HSL 223.48º 0.82% 0.33% -
HSV(B) 223.48º 0.9% 0.6% -
XYZ 7.22 4.95 30.71 -
YUV 53.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 15 53 153 0.90 0.65 0 0.4 223.48 0.82 0.33
Hex F 35 99 5A 41 0 28 DF 52 21
Octal 17 65 231 132 101 0 50 337 122 41
Binary 1111 110101 10011001 1011010 1000001 0 101000 11011111 1010010 100001

Color Harmonies of #0F3599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3599

Black with #0F3599

Text Example


Text Example

White with #0F3599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F3599; }

 p { color: rgb(15,53,153); }

 H1.HeaderClassName
 {
   color: #0F3599;
 }
 .AnyTagClassName
 {
   color: #0F3599;
 }
</style>

background-color css

<style>
 a { background-color: #0F3599; }

 a { background-color: rgb(15,53,153); }

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

border-color css

<style>
 span { border-color: #0F3599; }

 span { border-color: rgb(15,53,153); }

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