Html Css Color HEX #0F319D Egyptian Blue

📋 copy color: '#0F319D'

red 15 ◦ green 49 ◦ blue 157

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

Shades of Egyptian Blue #0F319D

Tints of Egyptian Blue #0F319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 157 (61.72% from 255) = 71.04%

R = 6.79%
G = 22.17%
B = 71.04%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F319D (or 0x0F319D) is known color: Egyptian Blue. HEX triplet: 0F, 31 and 9D. RGB value is (15,49,157). Sum of RGB (Red+Green+Blue) = 15+49+157=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F319D is #F0CE62. Grayscale: #323232. Windows color (decimal): -15781475 or 10301711. OLE color: 10301711.

HSL color Cylindrical-coordinate representation of color #0F319D: hue angle of 225.63º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F319D is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 49 157 -
CMYK 0.90 0.69 0 0.38
HSL 225.63º 0.83% 0.34% -
HSV(B) 225.63º 0.9% 0.62% -
XYZ 7.38 4.73 32.42 -
YUV 51.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 15 49 157 0.90 0.69 0 0.38 225.63 0.83 0.34
Hex F 31 9D 5A 45 0 26 E2 53 22
Octal 17 61 235 132 105 0 46 342 123 42
Binary 1111 110001 10011101 1011010 1000101 0 100110 11100010 1010011 100010

Color Harmonies of #0F319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F319D

Black with #0F319D

Text Example


Text Example

White with #0F319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,49,157); }

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

background-color css

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

 a { background-color: rgb(15,49,157); }

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

border-color css

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

 span { border-color: rgb(15,49,157); }

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