Html Css Color HEX #0F356E Prussian Blue

📋 copy color: '#0F356E'

red 15 ◦ green 53 ◦ blue 110

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

Shades of Prussian Blue #0F356E

Tints of Prussian Blue #0F356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 61.8%

R = 8.43%
G = 29.78%
B = 61.8%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F356E (or 0x0F356E) is known color: Prussian Blue. HEX triplet: 0F, 35 and 6E. RGB value is (15,53,110). Sum of RGB (Red+Green+Blue) = 15+53+110=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F356E is #F0CA91. Grayscale: #2F2F2F. Windows color (decimal): -15780498 or 7222543. OLE color: 7222543.

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

Color convert

RGB 15 53 110 -
CMYK 0.86 0.52 0 0.57
HSL 216º 0.76% 0.25% -
HSV(B) 216º 0.86% 0.43% -
XYZ 4.28 3.77 15.25 -
YUV 48.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 15 53 110 0.86 0.52 0 0.57 216 0.76 0.25
Hex F 35 6E 56 34 0 39 D8 4C 19
Octal 17 65 156 126 64 0 71 330 114 31
Binary 1111 110101 1101110 1010110 110100 0 111001 11011000 1001100 11001

Color Harmonies of #0F356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F356E

Black with #0F356E

Text Example


Text Example

White with #0F356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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