Html Css Color HEX #0F386B Prussian Blue

📋 copy color: '#0F386B'

red 15 ◦ green 56 ◦ blue 107

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

Shades of Prussian Blue #0F386B

Tints of Prussian Blue #0F386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

 BLUE value IS 107 (42.19% from 255) = 60.11%

R = 8.43%
G = 31.46%
B = 60.11%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F386B (or 0x0F386B) is known color: Prussian Blue. HEX triplet: 0F, 38 and 6B. RGB value is (15,56,107). Sum of RGB (Red+Green+Blue) = 15+56+107=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F386B is #F0C794. Grayscale: #313131. Windows color (decimal): -15779733 or 7026703. OLE color: 7026703.

HSL color Cylindrical-coordinate representation of color #0F386B: hue angle of 213.26º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F386B is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 56 107 -
CMYK 0.86 0.48 0 0.58
HSL 213.26º 0.75% 0.24% -
HSV(B) 213.26º 0.86% 0.42% -
XYZ 4.27 3.99 14.46 -
YUV 49.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 15 56 107 0.86 0.48 0 0.58 213.26 0.75 0.24
Hex F 38 6B 56 30 0 3A D5 4B 18
Octal 17 70 153 126 60 0 72 325 113 30
Binary 1111 111000 1101011 1010110 110000 0 111010 11010101 1001011 11000

Color Harmonies of #0F386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F386B

Black with #0F386B

Text Example


Text Example

White with #0F386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,107); }

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

background-color css

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

 a { background-color: rgb(15,56,107); }

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

border-color css

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

 span { border-color: rgb(15,56,107); }

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