Html Css Color HEX #0F2098 Egyptian Blue

📋 copy color: '#0F2098'

red 15 ◦ green 32 ◦ blue 152

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

Shades of Egyptian Blue #0F2098

Tints of Egyptian Blue #0F2098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

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

R = 7.54%
G = 16.08%
B = 76.38%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F2098 (or 0x0F2098) is known color: Egyptian Blue. HEX triplet: 0F, 20 and 98. RGB value is (15,32,152). Sum of RGB (Red+Green+Blue) = 15+32+152=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F2098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2098 is #F0DF67. Grayscale: #282828. Windows color (decimal): -15785832 or 9969679. OLE color: 9969679.

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

Color convert

RGB 15 32 152 -
CMYK 0.90 0.79 0 0.40
HSL 232.55º 0.82% 0.33% -
HSV(B) 232.55º 0.9% 0.6% -
XYZ 6.38 3.4 30.03 -
YUV 40.6 190.87 109.74 -
System Red Green Blue C M Y K H S L
Decimal 15 32 152 0.90 0.79 0 0.40 232.55 0.82 0.33
Hex F 20 98 5A 4F 0 28 E9 52 21
Octal 17 40 230 132 117 0 50 351 122 41
Binary 1111 100000 10011000 1011010 1001111 0 101000 11101001 1010010 100001

Color Harmonies of #0F2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2098

Black with #0F2098

Text Example


Text Example

White with #0F2098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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