Html Css Color HEX #0F2291 Egyptian Blue

📋 copy color: '#0F2291'

red 15 ◦ green 34 ◦ blue 145

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

Shades of Egyptian Blue #0F2291

Tints of Egyptian Blue #0F2291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 74.74%

R = 7.73%
G = 17.53%
B = 74.74%

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

#0F2291 (or 0x0F2291) is known color: Egyptian Blue. HEX triplet: 0F, 22 and 91. RGB value is (15,34,145). Sum of RGB (Red+Green+Blue) = 15+34+145=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F2291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2291 is #F0DD6E. Grayscale: #282828. Windows color (decimal): -15785327 or 9511439. OLE color: 9511439.

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

Color convert

RGB 15 34 145 -
CMYK 0.90 0.77 0 0.43
HSL 231.23º 0.81% 0.31% -
HSV(B) 231.23º 0.9% 0.57% -
XYZ 5.88 3.29 27.11 -
YUV 40.97 186.71 109.47 -
System Red Green Blue C M Y K H S L
Decimal 15 34 145 0.90 0.77 0 0.43 231.23 0.81 0.31
Hex F 22 91 5A 4D 0 2B E7 51 1F
Octal 17 42 221 132 115 0 53 347 121 37
Binary 1111 100010 10010001 1011010 1001101 0 101011 11100111 1010001 11111

Color Harmonies of #0F2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2291

Black with #0F2291

Text Example


Text Example

White with #0F2291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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