Html Css Color HEX #0F2DAE Egyptian Blue

📋 copy color: '#0F2DAE'

red 15 ◦ green 45 ◦ blue 174

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

Shades of Egyptian Blue #0F2DAE

Tints of Egyptian Blue #0F2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

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

R = 6.41%
G = 19.23%
B = 74.36%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F2DAE (or 0x0F2DAE) is known color: Egyptian Blue. HEX triplet: 0F, 2D and AE. RGB value is (15,45,174). Sum of RGB (Red+Green+Blue) = 15+45+174=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 174 (68.36% from 255 or 74.36% from 234); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F2DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2DAE is #F0D251. Grayscale: #323232. Windows color (decimal): -15782482 or 11414799. OLE color: 11414799.

HSL color Cylindrical-coordinate representation of color #0F2DAE: hue angle of 228.68º 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 #0F2DAE is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 45 174 -
CMYK 0.91 0.74 0 0.32
HSL 228.68º 0.84% 0.37% -
HSV(B) 228.68º 0.91% 0.68% -
XYZ 8.78 5.03 40.55 -
YUV 50.74 197.56 102.51 -
System Red Green Blue C M Y K H S L
Decimal 15 45 174 0.91 0.74 0 0.32 228.68 0.84 0.37
Hex F 2D AE 5B 4A 0 20 E5 54 25
Octal 17 55 256 133 112 0 40 345 124 45
Binary 1111 101101 10101110 1011011 1001010 0 100000 11100101 1010100 100101

Color Harmonies of #0F2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2DAE

Black with #0F2DAE

Text Example


Text Example

White with #0F2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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