Html Css Color HEX #0C4068 Prussian Blue

📋 copy color: '#0C4068'

red 12 ◦ green 64 ◦ blue 104

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

Shades of Prussian Blue #0C4068

Tints of Prussian Blue #0C4068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.56%

 BLUE value IS 104 (41.02% from 255) = 57.78%

R = 6.67%
G = 35.56%
B = 57.78%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C4068 (or 0x0C4068) is known color: Prussian Blue. HEX triplet: 0C, 40 and 68. RGB value is (12,64,104). Sum of RGB (Red+Green+Blue) = 12+64+104=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C4068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4068 is #F3BF97. Grayscale: #343434. Windows color (decimal): -15974296 or 6832140. OLE color: 6832140.

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

Color convert

RGB 12 64 104 -
CMYK 0.88 0.38 0 0.59
HSL 206.09º 0.79% 0.23% -
HSV(B) 206.09º 0.88% 0.41% -
XYZ 4.48 4.74 13.78 -
YUV 53.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 12 64 104 0.88 0.38 0 0.59 206.09 0.79 0.23
Hex C 40 68 58 26 0 3B CE 4F 17
Octal 14 100 150 130 46 0 73 316 117 27
Binary 1100 1000000 1101000 1011000 100110 0 111011 11001110 1001111 10111

Color Harmonies of #0C4068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4068

Black with #0C4068

Text Example


Text Example

White with #0C4068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,64,104); }

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

background-color css

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

 a { background-color: rgb(12,64,104); }

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

border-color css

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

 span { border-color: rgb(12,64,104); }

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