Html Css Color HEX #123567 Prussian Blue

📋 copy color: '#123567'

red 18 ◦ green 53 ◦ blue 103

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

Shades of Prussian Blue #123567

Tints of Prussian Blue #123567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 59.2%

R = 10.34%
G = 30.46%
B = 59.2%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#123567 (or 0x123567) is known color: Prussian Blue. HEX triplet: 12, 35 and 67. RGB value is (18,53,103). Sum of RGB (Red+Green+Blue) = 18+53+103=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #123567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123567 is #EDCA98. Grayscale: #303030. Windows color (decimal): -15583897 or 6763794. OLE color: 6763794.

HSL color Cylindrical-coordinate representation of color #123567: hue angle of 215.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123567 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 53 103 -
CMYK 0.83 0.49 0 0.60
HSL 215.29º 0.7% 0.24% -
HSV(B) 215.29º 0.83% 0.4% -
XYZ 3.97 3.65 13.33 -
YUV 48.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 18 53 103 0.83 0.49 0 0.60 215.29 0.7 0.24
Hex 12 35 67 53 31 0 3C D7 46 18
Octal 22 65 147 123 61 0 74 327 106 30
Binary 10010 110101 1100111 1010011 110001 0 111100 11010111 1000110 11000

Color Harmonies of #123567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123567

Black with #123567

Text Example


Text Example

White with #123567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123567; }

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

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

background-color css

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

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

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

border-color css

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

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

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