Html Css Color HEX #0F2798 Egyptian Blue

📋 copy color: '#0F2798'

red 15 ◦ green 39 ◦ blue 152

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

Shades of Egyptian Blue #0F2798

Tints of Egyptian Blue #0F2798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

 BLUE value IS 152 (59.77% from 255) = 73.79%

R = 7.28%
G = 18.93%
B = 73.79%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F2798 (or 0x0F2798) is known color: Egyptian Blue. HEX triplet: 0F, 27 and 98. RGB value is (15,39,152). Sum of RGB (Red+Green+Blue) = 15+39+152=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F2798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2798 is #F0D867. Grayscale: #2C2C2C. Windows color (decimal): -15784040 or 9971471. OLE color: 9971471.

HSL color Cylindrical-coordinate representation of color #0F2798: hue angle of 229.49º 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 #0F2798 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 39 152 -
CMYK 0.90 0.74 0 0.40
HSL 229.49º 0.82% 0.33% -
HSV(B) 229.49º 0.9% 0.6% -
XYZ 6.59 3.82 30.1 -
YUV 44.71 188.55 106.81 -
System Red Green Blue C M Y K H S L
Decimal 15 39 152 0.90 0.74 0 0.40 229.49 0.82 0.33
Hex F 27 98 5A 4A 0 28 E5 52 21
Octal 17 47 230 132 112 0 50 345 122 41
Binary 1111 100111 10011000 1011010 1001010 0 101000 11100101 1010010 100001

Color Harmonies of #0F2798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2798

Black with #0F2798

Text Example


Text Example

White with #0F2798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,39,152); }

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

background-color css

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

 a { background-color: rgb(15,39,152); }

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

border-color css

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

 span { border-color: rgb(15,39,152); }

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