Html Css Color HEX #0F3562 Prussian Blue

📋 copy color: '#0F3562'

red 15 ◦ green 53 ◦ blue 98

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

Shades of Prussian Blue #0F3562

Tints of Prussian Blue #0F3562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 9.04%
G = 31.93%
B = 59.04%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F3562 (or 0x0F3562) is known color: Prussian Blue. HEX triplet: 0F, 35 and 62. RGB value is (15,53,98). Sum of RGB (Red+Green+Blue) = 15+53+98=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F3562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3562 is #F0CA9D. Grayscale: #2E2E2E. Windows color (decimal): -15780510 or 6436111. OLE color: 6436111.

HSL color Cylindrical-coordinate representation of color #0F3562: hue angle of 212.53º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F3562 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 53 98 -
CMYK 0.85 0.46 0 0.62
HSL 212.53º 0.73% 0.22% -
HSV(B) 212.53º 0.85% 0.38% -
XYZ 3.67 3.53 12.04 -
YUV 46.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 15 53 98 0.85 0.46 0 0.62 212.53 0.73 0.22
Hex F 35 62 55 2E 0 3E D5 49 16
Octal 17 65 142 125 56 0 76 325 111 26
Binary 1111 110101 1100010 1010101 101110 0 111110 11010101 1001001 10110

Color Harmonies of #0F3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3562

Black with #0F3562

Text Example


Text Example

White with #0F3562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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