Html Css Color HEX #123862 Prussian Blue

📋 copy color: '#123862'

red 18 ◦ green 56 ◦ blue 98

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

Shades of Prussian Blue #123862

Tints of Prussian Blue #123862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

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

R = 10.47%
G = 32.56%
B = 56.98%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123862 (or 0x123862) is known color: Prussian Blue. HEX triplet: 12, 38 and 62. RGB value is (18,56,98). Sum of RGB (Red+Green+Blue) = 18+56+98=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #123862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123862 is #EDC79D. Grayscale: #313131. Windows color (decimal): -15583134 or 6436882. OLE color: 6436882.

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

Color convert

RGB 18 56 98 -
CMYK 0.82 0.43 0 0.62
HSL 211.5º 0.69% 0.23% -
HSV(B) 211.5º 0.82% 0.38% -
XYZ 3.87 3.84 12.09 -
YUV 49.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 18 56 98 0.82 0.43 0 0.62 211.5 0.69 0.23
Hex 12 38 62 52 2B 0 3E D4 45 17
Octal 22 70 142 122 53 0 76 324 105 27
Binary 10010 111000 1100010 1010010 101011 0 111110 11010100 1000101 10111

Color Harmonies of #123862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123862

Black with #123862

Text Example


Text Example

White with #123862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123862; }

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

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

background-color css

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

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

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

border-color css

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

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

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