Html Css Color HEX #0F3BAD Egyptian Blue

📋 copy color: '#0F3BAD'

red 15 ◦ green 59 ◦ blue 173

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

Shades of Egyptian Blue #0F3BAD

Tints of Egyptian Blue #0F3BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

 BLUE value IS 173 (67.97% from 255) = 70.04%

R = 6.07%
G = 23.89%
B = 70.04%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F3BAD (or 0x0F3BAD) is known color: Egyptian Blue. HEX triplet: 0F, 3B and AD. RGB value is (15,59,173). Sum of RGB (Red+Green+Blue) = 15+59+173=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F3BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3BAD is #F0C452. Grayscale: #3A3A3A. Windows color (decimal): -15778899 or 11352847. OLE color: 11352847.

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

Color convert

RGB 15 59 173 -
CMYK 0.91 0.66 0 0.32
HSL 223.29º 0.84% 0.37% -
HSV(B) 223.29º 0.91% 0.68% -
XYZ 9.3 6.25 40.25 -
YUV 58.84 192.42 96.73 -
System Red Green Blue C M Y K H S L
Decimal 15 59 173 0.91 0.66 0 0.32 223.29 0.84 0.37
Hex F 3B AD 5B 42 0 20 DF 54 25
Octal 17 73 255 133 102 0 40 337 124 45
Binary 1111 111011 10101101 1011011 1000010 0 100000 11011111 1010100 100101

Color Harmonies of #0F3BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3BAD

Black with #0F3BAD

Text Example


Text Example

White with #0F3BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,59,173); }

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

background-color css

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

 a { background-color: rgb(15,59,173); }

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

border-color css

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

 span { border-color: rgb(15,59,173); }

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