Html Css Color HEX #103C62 Prussian Blue

📋 copy color: '#103C62'

red 16 ◦ green 60 ◦ blue 98

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

Shades of Prussian Blue #103C62

Tints of Prussian Blue #103C62

RGB

 RED value IS 16 (6.64% from 255) = 9.2%

 GREEN value IS 60 (23.83% from 255) = 34.48%

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

R = 9.2%
G = 34.48%
B = 56.32%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103C62 (or 0x103C62) is known color: Prussian Blue. HEX triplet: 10, 3C and 62. RGB value is (16,60,98). Sum of RGB (Red+Green+Blue) = 16+60+98=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #103C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C62 is #EFC39D. Grayscale: #323232. Windows color (decimal): -15713182 or 6437904. OLE color: 6437904.

HSL color Cylindrical-coordinate representation of color #103C62: hue angle of 207.8º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103C62 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 60 98 -
CMYK 0.84 0.39 0 0.62
HSL 207.8º 0.72% 0.22% -
HSV(B) 207.8º 0.84% 0.38% -
XYZ 4.03 4.22 12.16 -
YUV 51.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 16 60 98 0.84 0.39 0 0.62 207.8 0.72 0.22
Hex 10 3C 62 54 27 0 3E D0 48 16
Octal 20 74 142 124 47 0 76 320 110 26
Binary 10000 111100 1100010 1010100 100111 0 111110 11010000 1001000 10110

Color Harmonies of #103C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C62

Black with #103C62

Text Example


Text Example

White with #103C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103C62; }

 p { color: rgb(16,60,98); }

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

background-color css

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

 a { background-color: rgb(16,60,98); }

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

border-color css

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

 span { border-color: rgb(16,60,98); }

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