Html Css Color HEX #0F3ADA Persian Blue

📋 copy color: '#0F3ADA'

red 15 ◦ green 58 ◦ blue 218

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

Shades of Persian Blue #0F3ADA

Tints of Persian Blue #0F3ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

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

R = 5.15%
G = 19.93%
B = 74.91%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F3ADA (or 0x0F3ADA) is known color: Persian Blue. HEX triplet: 0F, 3A and DA. RGB value is (15,58,218). Sum of RGB (Red+Green+Blue) = 15+58+218=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 218 (85.55% from 255 or 74.91% from 291); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F3ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3ADA is #F0C525. Grayscale: #3E3E3E. Windows color (decimal): -15779110 or 14301711. OLE color: 14301711.

HSL color Cylindrical-coordinate representation of color #0F3ADA: hue angle of 227.29º 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 #0F3ADA is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 58 218 -
CMYK 0.93 0.73 0 0.15
HSL 227.29º 0.87% 0.46% -
HSV(B) 227.29º 0.93% 0.85% -
XYZ 14.36 8.19 67.15 -
YUV 63.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 15 58 218 0.93 0.73 0 0.15 227.29 0.87 0.46
Hex F 3A DA 5D 49 0 F E3 57 2E
Octal 17 72 332 135 111 0 17 343 127 56
Binary 1111 111010 11011010 1011101 1001001 0 1111 11100011 1010111 101110

Color Harmonies of #0F3ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3ADA

Black with #0F3ADA

Text Example


Text Example

White with #0F3ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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