Html Css Color HEX #123761 Prussian Blue

📋 copy color: '#123761'

red 18 ◦ green 55 ◦ blue 97

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

Shades of Prussian Blue #123761

Tints of Prussian Blue #123761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 97 (38.28% from 255) = 57.06%

R = 10.59%
G = 32.35%
B = 57.06%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123761 (or 0x123761) is known color: Prussian Blue. HEX triplet: 12, 37 and 61. RGB value is (18,55,97). Sum of RGB (Red+Green+Blue) = 18+55+97=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #123761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123761 is #EDC89E. Grayscale: #303030. Windows color (decimal): -15583391 or 6371090. OLE color: 6371090.

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

Color convert

RGB 18 55 97 -
CMYK 0.81 0.43 0 0.62
HSL 211.9º 0.69% 0.23% -
HSV(B) 211.9º 0.81% 0.38% -
XYZ 3.77 3.72 11.83 -
YUV 48.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 18 55 97 0.81 0.43 0 0.62 211.9 0.69 0.23
Hex 12 37 61 51 2B 0 3E D4 45 17
Octal 22 67 141 121 53 0 76 324 105 27
Binary 10010 110111 1100001 1010001 101011 0 111110 11010100 1000101 10111

Color Harmonies of #123761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123761

Black with #123761

Text Example


Text Example

White with #123761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123761; }

 p { color: rgb(18,55,97); }

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

background-color css

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

 a { background-color: rgb(18,55,97); }

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

border-color css

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

 span { border-color: rgb(18,55,97); }

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