Html Css Color HEX #103462 Prussian Blue

📋 copy color: '#103462'

red 16 ◦ green 52 ◦ blue 98

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

Shades of Prussian Blue #103462

Tints of Prussian Blue #103462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

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

R = 9.64%
G = 31.33%
B = 59.04%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103462 (or 0x103462) is known color: Prussian Blue. HEX triplet: 10, 34 and 62. RGB value is (16,52,98). Sum of RGB (Red+Green+Blue) = 16+52+98=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #103462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103462 is #EFCB9D. Grayscale: #2E2E2E. Windows color (decimal): -15715230 or 6435856. OLE color: 6435856.

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

Color convert

RGB 16 52 98 -
CMYK 0.84 0.47 0 0.62
HSL 213.66º 0.72% 0.22% -
HSV(B) 213.66º 0.84% 0.38% -
XYZ 3.65 3.45 12.03 -
YUV 46.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 16 52 98 0.84 0.47 0 0.62 213.66 0.72 0.22
Hex 10 34 62 54 2F 0 3E D6 48 16
Octal 20 64 142 124 57 0 76 326 110 26
Binary 10000 110100 1100010 1010100 101111 0 111110 11010110 1001000 10110

Color Harmonies of #103462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103462

Black with #103462

Text Example


Text Example

White with #103462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103462; }

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

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

background-color css

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

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

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

border-color css

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

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

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