Html Css Color HEX #0C3A69 Prussian Blue

📋 copy color: '#0C3A69'

red 12 ◦ green 58 ◦ blue 105

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

Shades of Prussian Blue #0C3A69

Tints of Prussian Blue #0C3A69

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.14%

 BLUE value IS 105 (41.41% from 255) = 60%

R = 6.86%
G = 33.14%
B = 60%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C3A69 (or 0x0C3A69) is known color: Prussian Blue. HEX triplet: 0C, 3A and 69. RGB value is (12,58,105). Sum of RGB (Red+Green+Blue) = 12+58+105=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C3A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3A69 is #F3C596. Grayscale: #313131. Windows color (decimal): -15975831 or 6896140. OLE color: 6896140.

HSL color Cylindrical-coordinate representation of color #0C3A69: hue angle of 210.32º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C3A69 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 58 105 -
CMYK 0.89 0.45 0 0.59
HSL 210.32º 0.79% 0.23% -
HSV(B) 210.32º 0.89% 0.41% -
XYZ 4.21 4.12 13.94 -
YUV 49.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 12 58 105 0.89 0.45 0 0.59 210.32 0.79 0.23
Hex C 3A 69 59 2D 0 3B D2 4F 17
Octal 14 72 151 131 55 0 73 322 117 27
Binary 1100 111010 1101001 1011001 101101 0 111011 11010010 1001111 10111

Color Harmonies of #0C3A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3A69

Black with #0C3A69

Text Example


Text Example

White with #0C3A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,58,105); }

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

background-color css

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

 a { background-color: rgb(12,58,105); }

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

border-color css

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

 span { border-color: rgb(12,58,105); }

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