Html Css Color HEX #0F35AD Egyptian Blue

📋 copy color: '#0F35AD'

red 15 ◦ green 53 ◦ blue 173

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

Shades of Egyptian Blue #0F35AD

Tints of Egyptian Blue #0F35AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 6.22%
G = 21.99%
B = 71.78%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F35AD (or 0x0F35AD) is known color: Egyptian Blue. HEX triplet: 0F, 35 and AD. RGB value is (15,53,173). Sum of RGB (Red+Green+Blue) = 15+53+173=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F35AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F35AD is #F0CA52. Grayscale: #363636. Windows color (decimal): -15780435 or 11351311. OLE color: 11351311.

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

Color convert

RGB 15 53 173 -
CMYK 0.91 0.69 0 0.32
HSL 225.57º 0.84% 0.37% -
HSV(B) 225.57º 0.91% 0.68% -
XYZ 9.01 5.66 40.15 -
YUV 55.32 194.41 99.24 -
System Red Green Blue C M Y K H S L
Decimal 15 53 173 0.91 0.69 0 0.32 225.57 0.84 0.37
Hex F 35 AD 5B 45 0 20 E2 54 25
Octal 17 65 255 133 105 0 40 342 124 45
Binary 1111 110101 10101101 1011011 1000101 0 100000 11100010 1010100 100101

Color Harmonies of #0F35AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F35AD

Black with #0F35AD

Text Example


Text Example

White with #0F35AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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