Html Css Color HEX #10395E Regal Blue

📋 copy color: '#10395E'

red 16 ◦ green 57 ◦ blue 94

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

Shades of Regal Blue #10395E

Tints of Regal Blue #10395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.29%

R = 9.58%
G = 34.13%
B = 56.29%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10395E (or 0x10395E) is known color: Regal Blue. HEX triplet: 10, 39 and 5E. RGB value is (16,57,94). Sum of RGB (Red+Green+Blue) = 16+57+94=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #10395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10395E is #EFC6A1. Grayscale: #303030. Windows color (decimal): -15713954 or 6174992. OLE color: 6174992.

HSL color Cylindrical-coordinate representation of color #10395E: hue angle of 208.46º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10395E is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 57 94 -
CMYK 0.83 0.39 0 0.63
HSL 208.46º 0.71% 0.22% -
HSV(B) 208.46º 0.83% 0.37% -
XYZ 3.7 3.84 11.14 -
YUV 48.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 16 57 94 0.83 0.39 0 0.63 208.46 0.71 0.22
Hex 10 39 5E 53 27 0 3F D0 47 16
Octal 20 71 136 123 47 0 77 320 107 26
Binary 10000 111001 1011110 1010011 100111 0 111111 11010000 1000111 10110

Color Harmonies of #10395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10395E

Black with #10395E

Text Example


Text Example

White with #10395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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