Html Css Color HEX #103962 Prussian Blue

📋 copy color: '#103962'

red 16 ◦ green 57 ◦ blue 98

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

Shades of Prussian Blue #103962

Tints of Prussian Blue #103962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

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

R = 9.36%
G = 33.33%
B = 57.31%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103962 (or 0x103962) is known color: Prussian Blue. HEX triplet: 10, 39 and 62. RGB value is (16,57,98). Sum of RGB (Red+Green+Blue) = 16+57+98=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #103962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103962 is #EFC69D. Grayscale: #313131. Windows color (decimal): -15713950 or 6437136. OLE color: 6437136.

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

Color convert

RGB 16 57 98 -
CMYK 0.84 0.42 0 0.62
HSL 210º 0.72% 0.22% -
HSV(B) 210º 0.84% 0.38% -
XYZ 3.88 3.92 12.11 -
YUV 49.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 16 57 98 0.84 0.42 0 0.62 210 0.72 0.22
Hex 10 39 62 54 2A 0 3E D2 48 16
Octal 20 71 142 124 52 0 76 322 110 26
Binary 10000 111001 1100010 1010100 101010 0 111110 11010010 1001000 10110

Color Harmonies of #103962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103962

Black with #103962

Text Example


Text Example

White with #103962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103962; }

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

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

background-color css

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

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

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

border-color css

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

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

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