Html Css Color HEX #0F3A9D Egyptian Blue

📋 copy color: '#0F3A9D'

red 15 ◦ green 58 ◦ blue 157

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

Shades of Egyptian Blue #0F3A9D

Tints of Egyptian Blue #0F3A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

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

R = 6.52%
G = 25.22%
B = 68.26%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F3A9D (or 0x0F3A9D) is known color: Egyptian Blue. HEX triplet: 0F, 3A and 9D. RGB value is (15,58,157). Sum of RGB (Red+Green+Blue) = 15+58+157=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F3A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3A9D is #F0C562. Grayscale: #373737. Windows color (decimal): -15779171 or 10304015. OLE color: 10304015.

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

Color convert

RGB 15 58 157 -
CMYK 0.90 0.63 0 0.38
HSL 221.83º 0.83% 0.34% -
HSV(B) 221.83º 0.9% 0.62% -
XYZ 7.8 5.56 32.56 -
YUV 56.43 184.75 98.45 -
System Red Green Blue C M Y K H S L
Decimal 15 58 157 0.90 0.63 0 0.38 221.83 0.83 0.34
Hex F 3A 9D 5A 3F 0 26 DE 53 22
Octal 17 72 235 132 77 0 46 336 123 42
Binary 1111 111010 10011101 1011010 111111 0 100110 11011110 1010011 100010

Color Harmonies of #0F3A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3A9D

Black with #0F3A9D

Text Example


Text Example

White with #0F3A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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