Html Css Color HEX #0F1DAE Egyptian Blue

📋 copy color: '#0F1DAE'

red 15 ◦ green 29 ◦ blue 174

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

Shades of Egyptian Blue #0F1DAE

Tints of Egyptian Blue #0F1DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 174 (68.36% from 255) = 79.82%

R = 6.88%
G = 13.3%
B = 79.82%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F1DAE (or 0x0F1DAE) is known color: Egyptian Blue. HEX triplet: 0F, 1D and AE. RGB value is (15,29,174). Sum of RGB (Red+Green+Blue) = 15+29+174=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F1DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1DAE is #F0E251. Grayscale: #282828. Windows color (decimal): -15786578 or 11410703. OLE color: 11410703.

HSL color Cylindrical-coordinate representation of color #0F1DAE: hue angle of 234.72º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1DAE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 29 174 -
CMYK 0.91 0.83 0 0.32
HSL 234.72º 0.84% 0.37% -
HSV(B) 234.72º 0.91% 0.68% -
XYZ 8.28 4.04 40.39 -
YUV 41.34 202.86 109.21 -
System Red Green Blue C M Y K H S L
Decimal 15 29 174 0.91 0.83 0 0.32 234.72 0.84 0.37
Hex F 1D AE 5B 53 0 20 EB 54 25
Octal 17 35 256 133 123 0 40 353 124 45
Binary 1111 11101 10101110 1011011 1010011 0 100000 11101011 1010100 100101

Color Harmonies of #0F1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1DAE

Black with #0F1DAE

Text Example


Text Example

White with #0F1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,29,174); }

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

background-color css

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

 a { background-color: rgb(15,29,174); }

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

border-color css

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

 span { border-color: rgb(15,29,174); }

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