Html Css Color HEX #0F3AAE Egyptian Blue

📋 copy color: '#0F3AAE'

red 15 ◦ green 58 ◦ blue 174

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

Shades of Egyptian Blue #0F3AAE

Tints of Egyptian Blue #0F3AAE

RGB

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

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

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

R = 6.07%
G = 23.48%
B = 70.45%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F3AAE (or 0x0F3AAE) is known color: Egyptian Blue. HEX triplet: 0F, 3A and AE. RGB value is (15,58,174). Sum of RGB (Red+Green+Blue) = 15+58+174=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F3AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3AAE is #F0C551. Grayscale: #393939. Windows color (decimal): -15779154 or 11418127. OLE color: 11418127.

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

Color convert

RGB 15 58 174 -
CMYK 0.91 0.67 0 0.32
HSL 223.77º 0.84% 0.37% -
HSV(B) 223.77º 0.91% 0.68% -
XYZ 9.35 6.18 40.75 -
YUV 58.37 193.25 97.07 -
System Red Green Blue C M Y K H S L
Decimal 15 58 174 0.91 0.67 0 0.32 223.77 0.84 0.37
Hex F 3A AE 5B 43 0 20 E0 54 25
Octal 17 72 256 133 103 0 40 340 124 45
Binary 1111 111010 10101110 1011011 1000011 0 100000 11100000 1010100 100101

Color Harmonies of #0F3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3AAE

Black with #0F3AAE

Text Example


Text Example

White with #0F3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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