Html Css Color HEX #0F3AAA Egyptian Blue

📋 copy color: '#0F3AAA'

red 15 ◦ green 58 ◦ blue 170

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

Shades of Egyptian Blue #0F3AAA

Tints of Egyptian Blue #0F3AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.96%

R = 6.17%
G = 23.87%
B = 69.96%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F3AAA (or 0x0F3AAA) is known color: Egyptian Blue. HEX triplet: 0F, 3A and AA. RGB value is (15,58,170). Sum of RGB (Red+Green+Blue) = 15+58+170=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F3AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3AAA is #F0C555. Grayscale: #393939. Windows color (decimal): -15779158 or 11155983. OLE color: 11155983.

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

Color convert

RGB 15 58 170 -
CMYK 0.91 0.66 0 0.33
HSL 223.35º 0.84% 0.36% -
HSV(B) 223.35º 0.91% 0.67% -
XYZ 8.97 6.03 38.72 -
YUV 57.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 15 58 170 0.91 0.66 0 0.33 223.35 0.84 0.36
Hex F 3A AA 5B 42 0 21 DF 54 24
Octal 17 72 252 133 102 0 41 337 124 44
Binary 1111 111010 10101010 1011011 1000010 0 100001 11011111 1010100 100100

Color Harmonies of #0F3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3AAA

Black with #0F3AAA

Text Example


Text Example

White with #0F3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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