Html Css Color HEX #0F2292 Egyptian Blue

📋 copy color: '#0F2292'

red 15 ◦ green 34 ◦ blue 146

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

Shades of Egyptian Blue #0F2292

Tints of Egyptian Blue #0F2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.44%

 BLUE value IS 146 (57.42% from 255) = 74.87%

R = 7.69%
G = 17.44%
B = 74.87%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F2292 (or 0x0F2292) is known color: Egyptian Blue. HEX triplet: 0F, 22 and 92. RGB value is (15,34,146). Sum of RGB (Red+Green+Blue) = 15+34+146=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 146 (57.42% from 255 or 74.87% from 195); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F2292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2292 is #F0DD6D. Grayscale: #282828. Windows color (decimal): -15785326 or 9576975. OLE color: 9576975.

HSL color Cylindrical-coordinate representation of color #0F2292: hue angle of 231.3º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2292 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 34 146 -
CMYK 0.90 0.77 0 0.43
HSL 231.3º 0.81% 0.32% -
HSV(B) 231.3º 0.9% 0.57% -
XYZ 5.96 3.32 27.52 -
YUV 41.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 15 34 146 0.90 0.77 0 0.43 231.3 0.81 0.32
Hex F 22 92 5A 4D 0 2B E7 51 20
Octal 17 42 222 132 115 0 53 347 121 40
Binary 1111 100010 10010010 1011010 1001101 0 101011 11100111 1010001 100000

Color Harmonies of #0F2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2292

Black with #0F2292

Text Example


Text Example

White with #0F2292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,34,146); }

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

background-color css

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

 a { background-color: rgb(15,34,146); }

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

border-color css

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

 span { border-color: rgb(15,34,146); }

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