Html Css Color HEX #0F2498 Egyptian Blue

📋 copy color: '#0F2498'

red 15 ◦ green 36 ◦ blue 152

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

Shades of Egyptian Blue #0F2498

Tints of Egyptian Blue #0F2498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 7.39%
G = 17.73%
B = 74.88%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F2498 (or 0x0F2498) is known color: Egyptian Blue. HEX triplet: 0F, 24 and 98. RGB value is (15,36,152). Sum of RGB (Red+Green+Blue) = 15+36+152=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F2498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2498 is #F0DB67. Grayscale: #2A2A2A. Windows color (decimal): -15784808 or 9970703. OLE color: 9970703.

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

Color convert

RGB 15 36 152 -
CMYK 0.90 0.76 0 0.40
HSL 230.8º 0.82% 0.33% -
HSV(B) 230.8º 0.9% 0.6% -
XYZ 6.5 3.63 30.06 -
YUV 42.95 189.54 108.07 -
System Red Green Blue C M Y K H S L
Decimal 15 36 152 0.90 0.76 0 0.40 230.8 0.82 0.33
Hex F 24 98 5A 4C 0 28 E7 52 21
Octal 17 44 230 132 114 0 50 347 122 41
Binary 1111 100100 10011000 1011010 1001100 0 101000 11100111 1010010 100001

Color Harmonies of #0F2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2498

Black with #0F2498

Text Example


Text Example

White with #0F2498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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