Html Css Color HEX #0F3CDA Persian Blue

📋 copy color: '#0F3CDA'

red 15 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #0F3CDA

Tints of Persian Blue #0F3CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 74.4%

R = 5.12%
G = 20.48%
B = 74.4%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F3CDA (or 0x0F3CDA) is known color: Persian Blue. HEX triplet: 0F, 3C and DA. RGB value is (15,60,218). Sum of RGB (Red+Green+Blue) = 15+60+218=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 218 (85.55% from 255 or 74.40% from 293); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F3CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3CDA is #F0C325. Grayscale: #3F3F3F. Windows color (decimal): -15778598 or 14302223. OLE color: 14302223.

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

Color convert

RGB 15 60 218 -
CMYK 0.93 0.72 0 0.15
HSL 226.7º 0.87% 0.46% -
HSV(B) 226.7º 0.93% 0.85% -
XYZ 14.47 8.4 67.19 -
YUV 64.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 15 60 218 0.93 0.72 0 0.15 226.7 0.87 0.46
Hex F 3C DA 5D 48 0 F E3 57 2E
Octal 17 74 332 135 110 0 17 343 127 56
Binary 1111 111100 11011010 1011101 1001000 0 1111 11100011 1010111 101110

Color Harmonies of #0F3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3CDA

Black with #0F3CDA

Text Example


Text Example

White with #0F3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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