Html Css Color HEX #10365A Regal Blue

📋 copy color: '#10365A'

red 16 ◦ green 54 ◦ blue 90

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

Shades of Regal Blue #10365A

Tints of Regal Blue #10365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 10%
G = 33.75%
B = 56.25%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10365A (or 0x10365A) is known color: Regal Blue. HEX triplet: 10, 36 and 5A. RGB value is (16,54,90). Sum of RGB (Red+Green+Blue) = 16+54+90=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #10365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10365A is #EFC9A5. Grayscale: #2E2E2E. Windows color (decimal): -15714726 or 5912080. OLE color: 5912080.

HSL color Cylindrical-coordinate representation of color #10365A: hue angle of 209.19º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10365A is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 54 90 -
CMYK 0.82 0.40 0 0.65
HSL 209.19º 0.7% 0.21% -
HSV(B) 209.19º 0.82% 0.35% -
XYZ 3.38 3.49 10.17 -
YUV 46.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 16 54 90 0.82 0.40 0 0.65 209.19 0.7 0.21
Hex 10 36 5A 52 28 0 41 D1 46 15
Octal 20 66 132 122 50 0 101 321 106 25
Binary 10000 110110 1011010 1010010 101000 0 1000001 11010001 1000110 10101

Color Harmonies of #10365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10365A

Black with #10365A

Text Example


Text Example

White with #10365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10365A; }

 p { color: rgb(16,54,90); }

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

background-color css

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

 a { background-color: rgb(16,54,90); }

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

border-color css

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

 span { border-color: rgb(16,54,90); }

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