Html Css Color HEX #0F356F Prussian Blue

📋 copy color: '#0F356F'

red 15 ◦ green 53 ◦ blue 111

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

Shades of Prussian Blue #0F356F

Tints of Prussian Blue #0F356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.01%

R = 8.38%
G = 29.61%
B = 62.01%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F356F (or 0x0F356F) is known color: Prussian Blue. HEX triplet: 0F, 35 and 6F. RGB value is (15,53,111). Sum of RGB (Red+Green+Blue) = 15+53+111=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 111 (43.75% from 255 or 62.01% from 179); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F356F is #F0CA90. Grayscale: #2F2F2F. Windows color (decimal): -15780497 or 7288079. OLE color: 7288079.

HSL color Cylindrical-coordinate representation of color #0F356F: hue angle of 216.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F356F is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 53 111 -
CMYK 0.86 0.52 0 0.56
HSL 216.25º 0.76% 0.25% -
HSV(B) 216.25º 0.86% 0.44% -
XYZ 4.34 3.8 15.54 -
YUV 48.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 15 53 111 0.86 0.52 0 0.56 216.25 0.76 0.25
Hex F 35 6F 56 34 0 38 D8 4C 19
Octal 17 65 157 126 64 0 70 330 114 31
Binary 1111 110101 1101111 1010110 110100 0 111000 11011000 1001100 11001

Color Harmonies of #0F356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F356F

Black with #0F356F

Text Example


Text Example

White with #0F356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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