Html Css Color HEX #0F4ACD Persian Blue

📋 copy color: '#0F4ACD'

red 15 ◦ green 74 ◦ blue 205

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

Shades of Persian Blue #0F4ACD

Tints of Persian Blue #0F4ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.17%

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 5.1%
G = 25.17%
B = 69.73%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F4ACD (or 0x0F4ACD) is known color: Persian Blue. HEX triplet: 0F, 4A and CD. RGB value is (15,74,205). Sum of RGB (Red+Green+Blue) = 15+74+205=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F4ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4ACD is #F0B532. Grayscale: #464646. Windows color (decimal): -15775027 or 13453839. OLE color: 13453839.

HSL color Cylindrical-coordinate representation of color #0F4ACD: hue angle of 221.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4ACD is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 74 205 -
CMYK 0.93 0.64 0 0.20
HSL 221.37º 0.86% 0.43% -
HSV(B) 221.37º 0.93% 0.8% -
XYZ 13.67 9.41 58.85 -
YUV 71.29 203.45 87.85 -
System Red Green Blue C M Y K H S L
Decimal 15 74 205 0.93 0.64 0 0.20 221.37 0.86 0.43
Hex F 4A CD 5D 40 0 14 DD 56 2B
Octal 17 112 315 135 100 0 24 335 126 53
Binary 1111 1001010 11001101 1011101 1000000 0 10100 11011101 1010110 101011

Color Harmonies of #0F4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4ACD

Black with #0F4ACD

Text Example


Text Example

White with #0F4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,74,205); }

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

background-color css

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

 a { background-color: rgb(15,74,205); }

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

border-color css

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

 span { border-color: rgb(15,74,205); }

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