Html Css Color HEX #0F3EAC Egyptian Blue

📋 copy color: '#0F3EAC'

red 15 ◦ green 62 ◦ blue 172

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

Shades of Egyptian Blue #0F3EAC

Tints of Egyptian Blue #0F3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 6.02%
G = 24.9%
B = 69.08%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F3EAC (or 0x0F3EAC) is known color: Egyptian Blue. HEX triplet: 0F, 3E and AC. RGB value is (15,62,172). Sum of RGB (Red+Green+Blue) = 15+62+172=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F3EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3EAC is #F0C153. Grayscale: #3C3C3C. Windows color (decimal): -15778132 or 11288079. OLE color: 11288079.

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

Color convert

RGB 15 62 172 -
CMYK 0.91 0.64 0 0.33
HSL 222.04º 0.84% 0.37% -
HSV(B) 222.04º 0.91% 0.67% -
XYZ 9.37 6.53 39.8 -
YUV 60.49 190.93 95.56 -
System Red Green Blue C M Y K H S L
Decimal 15 62 172 0.91 0.64 0 0.33 222.04 0.84 0.37
Hex F 3E AC 5B 40 0 21 DE 54 25
Octal 17 76 254 133 100 0 41 336 124 45
Binary 1111 111110 10101100 1011011 1000000 0 100001 11011110 1010100 100101

Color Harmonies of #0F3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3EAC

Black with #0F3EAC

Text Example


Text Example

White with #0F3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,62,172); }

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

background-color css

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

 a { background-color: rgb(15,62,172); }

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

border-color css

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

 span { border-color: rgb(15,62,172); }

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