Html Css Color HEX #0C375C Prussian Blue

📋 copy color: '#0C375C'

red 12 ◦ green 55 ◦ blue 92

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

Shades of Prussian Blue #0C375C

Tints of Prussian Blue #0C375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

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

R = 7.55%
G = 34.59%
B = 57.86%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0C375C (or 0x0C375C) is known color: Prussian Blue. HEX triplet: 0C, 37 and 5C. RGB value is (12,55,92). Sum of RGB (Red+Green+Blue) = 12+55+92=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #0C375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C375C is #F3C8A3. Grayscale: #2E2E2E. Windows color (decimal): -15976612 or 6043404. OLE color: 6043404.

HSL color Cylindrical-coordinate representation of color #0C375C: hue angle of 207.75º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C375C is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 55 92 -
CMYK 0.87 0.40 0 0.64
HSL 207.75º 0.77% 0.2% -
HSV(B) 207.75º 0.87% 0.36% -
XYZ 3.45 3.58 10.64 -
YUV 46.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 12 55 92 0.87 0.40 0 0.64 207.75 0.77 0.2
Hex C 37 5C 57 28 0 40 D0 4D 14
Octal 14 67 134 127 50 0 100 320 115 24
Binary 1100 110111 1011100 1010111 101000 0 1000000 11010000 1001101 10100

Color Harmonies of #0C375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C375C

Black with #0C375C

Text Example


Text Example

White with #0C375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,55,92); }

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

background-color css

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

 a { background-color: rgb(12,55,92); }

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

border-color css

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

 span { border-color: rgb(12,55,92); }

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