Html Css Color HEX #123562 Prussian Blue

📋 copy color: '#123562'

red 18 ◦ green 53 ◦ blue 98

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

Shades of Prussian Blue #123562

Tints of Prussian Blue #123562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

 BLUE value IS 98 (38.67% from 255) = 57.99%

R = 10.65%
G = 31.36%
B = 57.99%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123562 (or 0x123562) is known color: Prussian Blue. HEX triplet: 12, 35 and 62. RGB value is (18,53,98). Sum of RGB (Red+Green+Blue) = 18+53+98=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #123562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123562 is #EDCA9D. Grayscale: #2F2F2F. Windows color (decimal): -15583902 or 6436114. OLE color: 6436114.

HSL color Cylindrical-coordinate representation of color #123562: hue angle of 213.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123562 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 53 98 -
CMYK 0.82 0.46 0 0.62
HSL 213.75º 0.69% 0.23% -
HSV(B) 213.75º 0.82% 0.38% -
XYZ 3.73 3.56 12.05 -
YUV 47.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 18 53 98 0.82 0.46 0 0.62 213.75 0.69 0.23
Hex 12 35 62 52 2E 0 3E D6 45 17
Octal 22 65 142 122 56 0 76 326 105 27
Binary 10010 110101 1100010 1010010 101110 0 111110 11010110 1000101 10111

Color Harmonies of #123562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123562

Black with #123562

Text Example


Text Example

White with #123562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123562; }

 p { color: rgb(18,53,98); }

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

background-color css

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

 a { background-color: rgb(18,53,98); }

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

border-color css

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

 span { border-color: rgb(18,53,98); }

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