Html Css Color HEX #0F3DA8 Egyptian Blue

📋 copy color: '#0F3DA8'

red 15 ◦ green 61 ◦ blue 168

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

Shades of Egyptian Blue #0F3DA8

Tints of Egyptian Blue #0F3DA8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

 BLUE value IS 168 (66.02% from 255) = 68.85%

R = 6.15%
G = 25%
B = 68.85%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0F3DA8 (or 0x0F3DA8) is known color: Egyptian Blue. HEX triplet: 0F, 3D and A8. RGB value is (15,61,168). Sum of RGB (Red+Green+Blue) = 15+61+168=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 168 (66.02% from 255 or 68.85% from 244); Max value from RGB is 168 - color contains mainly: blue. Hex color #0F3DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3DA8 is #F0C257. Grayscale: #3A3A3A. Windows color (decimal): -15778392 or 11025679. OLE color: 11025679.

HSL color Cylindrical-coordinate representation of color #0F3DA8: hue angle of 221.96º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F3DA8 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 61 168 -
CMYK 0.91 0.64 0 0.34
HSL 221.96º 0.84% 0.36% -
HSV(B) 221.96º 0.91% 0.66% -
XYZ 8.93 6.27 37.78 -
YUV 59.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 15 61 168 0.91 0.64 0 0.34 221.96 0.84 0.36
Hex F 3D A8 5B 40 0 22 DE 54 24
Octal 17 75 250 133 100 0 42 336 124 44
Binary 1111 111101 10101000 1011011 1000000 0 100010 11011110 1010100 100100

Color Harmonies of #0F3DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3DA8

Black with #0F3DA8

Text Example


Text Example

White with #0F3DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,61,168); }

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

background-color css

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

 a { background-color: rgb(15,61,168); }

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

border-color css

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

 span { border-color: rgb(15,61,168); }

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