Html Css Color HEX #0F305C Prussian Blue

📋 copy color: '#0F305C'

red 15 ◦ green 48 ◦ blue 92

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

Shades of Prussian Blue #0F305C

Tints of Prussian Blue #0F305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 92 (36.33% from 255) = 59.35%

R = 9.68%
G = 30.97%
B = 59.35%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F305C (or 0x0F305C) is known color: Prussian Blue. HEX triplet: 0F, 30 and 5C. RGB value is (15,48,92). Sum of RGB (Red+Green+Blue) = 15+48+92=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F305C is #F0CFA3. Grayscale: #2A2A2A. Windows color (decimal): -15781796 or 6041615. OLE color: 6041615.

HSL color Cylindrical-coordinate representation of color #0F305C: hue angle of 214.29º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F305C is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 48 92 -
CMYK 0.84 0.48 0 0.64
HSL 214.29º 0.72% 0.21% -
HSV(B) 214.29º 0.84% 0.36% -
XYZ 3.19 2.99 10.53 -
YUV 43.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 15 48 92 0.84 0.48 0 0.64 214.29 0.72 0.21
Hex F 30 5C 54 30 0 40 D6 48 15
Octal 17 60 134 124 60 0 100 326 110 25
Binary 1111 110000 1011100 1010100 110000 0 1000000 11010110 1001000 10101

Color Harmonies of #0F305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F305C

Black with #0F305C

Text Example


Text Example

White with #0F305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,92); }

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

background-color css

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

 a { background-color: rgb(15,48,92); }

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

border-color css

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

 span { border-color: rgb(15,48,92); }

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