Html Css Color HEX #0C385F Prussian Blue

📋 copy color: '#0C385F'

red 12 ◦ green 56 ◦ blue 95

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

Shades of Prussian Blue #0C385F

Tints of Prussian Blue #0C385F

RGB

 RED value IS 12 (5.08% from 255) = 7.36%

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

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 7.36%
G = 34.36%
B = 58.28%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C385F (or 0x0C385F) is known color: Prussian Blue. HEX triplet: 0C, 38 and 5F. RGB value is (12,56,95). Sum of RGB (Red+Green+Blue) = 12+56+95=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C385F is #F3C7A0. Grayscale: #2F2F2F. Windows color (decimal): -15976353 or 6240268. OLE color: 6240268.

HSL color Cylindrical-coordinate representation of color #0C385F: hue angle of 208.19º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C385F is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 56 95 -
CMYK 0.87 0.41 0 0.63
HSL 208.19º 0.78% 0.21% -
HSV(B) 208.19º 0.87% 0.37% -
XYZ 3.63 3.73 11.36 -
YUV 47.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 12 56 95 0.87 0.41 0 0.63 208.19 0.78 0.21
Hex C 38 5F 57 29 0 3F D0 4E 15
Octal 14 70 137 127 51 0 77 320 116 25
Binary 1100 111000 1011111 1010111 101001 0 111111 11010000 1001110 10101

Color Harmonies of #0C385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C385F

Black with #0C385F

Text Example


Text Example

White with #0C385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,56,95); }

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

background-color css

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

 a { background-color: rgb(12,56,95); }

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

border-color css

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

 span { border-color: rgb(12,56,95); }

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