Html Css Color HEX #12345F Prussian Blue

📋 copy color: '#12345F'

red 18 ◦ green 52 ◦ blue 95

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

Shades of Prussian Blue #12345F

Tints of Prussian Blue #12345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

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

R = 10.91%
G = 31.52%
B = 57.58%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12345F (or 0x12345F) is known color: Prussian Blue. HEX triplet: 12, 34 and 5F. RGB value is (18,52,95). Sum of RGB (Red+Green+Blue) = 18+52+95=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #12345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12345F is #EDCBA0. Grayscale: #2E2E2E. Windows color (decimal): -15584161 or 6239250. OLE color: 6239250.

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

Color convert

RGB 18 52 95 -
CMYK 0.81 0.45 0 0.63
HSL 213.51º 0.68% 0.22% -
HSV(B) 213.51º 0.81% 0.37% -
XYZ 3.54 3.41 11.3 -
YUV 46.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 18 52 95 0.81 0.45 0 0.63 213.51 0.68 0.22
Hex 12 34 5F 51 2D 0 3F D6 44 16
Octal 22 64 137 121 55 0 77 326 104 26
Binary 10010 110100 1011111 1010001 101101 0 111111 11010110 1000100 10110

Color Harmonies of #12345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12345F

Black with #12345F

Text Example


Text Example

White with #12345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12345F; }

 p { color: rgb(18,52,95); }

 H1.HeaderClassName
 {
   color: #12345F;
 }
 .AnyTagClassName
 {
   color: #12345F;
 }
</style>

background-color css

<style>
 a { background-color: #12345F; }

 a { background-color: rgb(18,52,95); }

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

border-color css

<style>
 span { border-color: #12345F; }

 span { border-color: rgb(18,52,95); }

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