Html Css Color HEX #0F39AE Egyptian Blue

📋 copy color: '#0F39AE'

red 15 ◦ green 57 ◦ blue 174

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

Shades of Egyptian Blue #0F39AE

Tints of Egyptian Blue #0F39AE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 6.1%
G = 23.17%
B = 70.73%

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

#0F39AE (or 0x0F39AE) is known color: Egyptian Blue. HEX triplet: 0F, 39 and AE. RGB value is (15,57,174). Sum of RGB (Red+Green+Blue) = 15+57+174=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F39AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F39AE is #F0C651. Grayscale: #393939. Windows color (decimal): -15779410 or 11417871. OLE color: 11417871.

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

Color convert

RGB 15 57 174 -
CMYK 0.91 0.67 0 0.32
HSL 224.15º 0.84% 0.37% -
HSV(B) 224.15º 0.91% 0.68% -
XYZ 9.3 6.08 40.73 -
YUV 57.78 193.59 97.49 -
System Red Green Blue C M Y K H S L
Decimal 15 57 174 0.91 0.67 0 0.32 224.15 0.84 0.37
Hex F 39 AE 5B 43 0 20 E0 54 25
Octal 17 71 256 133 103 0 40 340 124 45
Binary 1111 111001 10101110 1011011 1000011 0 100000 11100000 1010100 100101

Color Harmonies of #0F39AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F39AE

Black with #0F39AE

Text Example


Text Example

White with #0F39AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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