Html Css Color HEX #12335D Prussian Blue

📋 copy color: '#12335D'

red 18 ◦ green 51 ◦ blue 93

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

Shades of Prussian Blue #12335D

Tints of Prussian Blue #12335D

RGB

 RED value IS 18 (7.42% from 255) = 11.11%

 GREEN value IS 51 (20.31% from 255) = 31.48%

 BLUE value IS 93 (36.72% from 255) = 57.41%

R = 11.11%
G = 31.48%
B = 57.41%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12335D (or 0x12335D) is known color: Prussian Blue. HEX triplet: 12, 33 and 5D. RGB value is (18,51,93). Sum of RGB (Red+Green+Blue) = 18+51+93=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #12335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12335D is #EDCCA2. Grayscale: #2D2D2D. Windows color (decimal): -15584419 or 6107922. OLE color: 6107922.

HSL color Cylindrical-coordinate representation of color #12335D: hue angle of 213.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12335D is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 51 93 -
CMYK 0.81 0.45 0 0.64
HSL 213.6º 0.68% 0.22% -
HSV(B) 213.6º 0.81% 0.36% -
XYZ 3.41 3.29 10.81 -
YUV 45.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 18 51 93 0.81 0.45 0 0.64 213.6 0.68 0.22
Hex 12 33 5D 51 2D 0 40 D6 44 16
Octal 22 63 135 121 55 0 100 326 104 26
Binary 10010 110011 1011101 1010001 101101 0 1000000 11010110 1000100 10110

Color Harmonies of #12335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12335D

Black with #12335D

Text Example


Text Example

White with #12335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12335D; }

 p { color: rgb(18,51,93); }

 H1.HeaderClassName
 {
   color: #12335D;
 }
 .AnyTagClassName
 {
   color: #12335D;
 }
</style>

background-color css

<style>
 a { background-color: #12335D; }

 a { background-color: rgb(18,51,93); }

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

border-color css

<style>
 span { border-color: #12335D; }

 span { border-color: rgb(18,51,93); }

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