Html Css Color HEX #0F3CDC Persian Blue

📋 copy color: '#0F3CDC'

red 15 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #0F3CDC

Tints of Persian Blue #0F3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 5.08%
G = 20.34%
B = 74.58%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F3CDC (or 0x0F3CDC) is known color: Persian Blue. HEX triplet: 0F, 3C and DC. RGB value is (15,60,220). Sum of RGB (Red+Green+Blue) = 15+60+220=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F3CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3CDC is #F0C323. Grayscale: #404040. Windows color (decimal): -15778596 or 14433295. OLE color: 14433295.

HSL color Cylindrical-coordinate representation of color #0F3CDC: hue angle of 226.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3CDC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 60 220 -
CMYK 0.93 0.73 0 0.14
HSL 226.83º 0.87% 0.46% -
HSV(B) 226.83º 0.93% 0.86% -
XYZ 14.73 8.5 68.57 -
YUV 64.79 215.59 92.49 -
System Red Green Blue C M Y K H S L
Decimal 15 60 220 0.93 0.73 0 0.14 226.83 0.87 0.46
Hex F 3C DC 5D 49 0 E E3 57 2E
Octal 17 74 334 135 111 0 16 343 127 56
Binary 1111 111100 11011100 1011101 1001001 0 1110 11100011 1010111 101110

Color Harmonies of #0F3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3CDC

Black with #0F3CDC

Text Example


Text Example

White with #0F3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,60,220); }

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

background-color css

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

 a { background-color: rgb(15,60,220); }

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

border-color css

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

 span { border-color: rgb(15,60,220); }

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