Html Css Color HEX #10405F Regal Blue

📋 copy color: '#10405F'

red 16 ◦ green 64 ◦ blue 95

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

Shades of Regal Blue #10405F

Tints of Regal Blue #10405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 9.14%
G = 36.57%
B = 54.29%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10405F (or 0x10405F) is known color: Regal Blue. HEX triplet: 10, 40 and 5F. RGB value is (16,64,95). Sum of RGB (Red+Green+Blue) = 16+64+95=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #10405F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10405F is #EFBFA0. Grayscale: #353535. Windows color (decimal): -15712161 or 6242320. OLE color: 6242320.

HSL color Cylindrical-coordinate representation of color #10405F: hue angle of 203.54º 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 #10405F is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 64 95 -
CMYK 0.83 0.33 0 0.63
HSL 203.54º 0.71% 0.22% -
HSV(B) 203.54º 0.83% 0.37% -
XYZ 4.11 4.6 11.5 -
YUV 53.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 16 64 95 0.83 0.33 0 0.63 203.54 0.71 0.22
Hex 10 40 5F 53 21 0 3F CC 47 16
Octal 20 100 137 123 41 0 77 314 107 26
Binary 10000 1000000 1011111 1010011 100001 0 111111 11001100 1000111 10110

Color Harmonies of #10405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10405F

Black with #10405F

Text Example


Text Example

White with #10405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10405F; }

 p { color: rgb(16,64,95); }

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

background-color css

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

 a { background-color: rgb(16,64,95); }

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

border-color css

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

 span { border-color: rgb(16,64,95); }

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