Html Css Color HEX #123362 Prussian Blue

📋 copy color: '#123362'

red 18 ◦ green 51 ◦ blue 98

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

Shades of Prussian Blue #123362

Tints of Prussian Blue #123362

RGB

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

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

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

R = 10.78%
G = 30.54%
B = 58.68%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123362 (or 0x123362) is known color: Prussian Blue. HEX triplet: 12, 33 and 62. RGB value is (18,51,98). Sum of RGB (Red+Green+Blue) = 18+51+98=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #123362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123362 is #EDCC9D. Grayscale: #2E2E2E. Windows color (decimal): -15584414 or 6435602. OLE color: 6435602.

HSL color Cylindrical-coordinate representation of color #123362: hue angle of 215.25º 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 #123362 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 51 98 -
CMYK 0.82 0.48 0 0.62
HSL 215.25º 0.69% 0.23% -
HSV(B) 215.25º 0.82% 0.38% -
XYZ 3.64 3.38 12.02 -
YUV 46.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 18 51 98 0.82 0.48 0 0.62 215.25 0.69 0.23
Hex 12 33 62 52 30 0 3E D7 45 17
Octal 22 63 142 122 60 0 76 327 105 27
Binary 10010 110011 1100010 1010010 110000 0 111110 11010111 1000101 10111

Color Harmonies of #123362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123362

Black with #123362

Text Example


Text Example

White with #123362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123362; }

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

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

background-color css

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

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

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

border-color css

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

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

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