Html Css Color HEX #10365B Regal Blue

📋 copy color: '#10365B'

red 16 ◦ green 54 ◦ blue 91

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

Shades of Regal Blue #10365B

Tints of Regal Blue #10365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.52%

R = 9.94%
G = 33.54%
B = 56.52%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10365B (or 0x10365B) is known color: Regal Blue. HEX triplet: 10, 36 and 5B. RGB value is (16,54,91). Sum of RGB (Red+Green+Blue) = 16+54+91=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #10365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10365B is #EFC9A4. Grayscale: #2E2E2E. Windows color (decimal): -15714725 or 5977616. OLE color: 5977616.

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

Color convert

RGB 16 54 91 -
CMYK 0.82 0.41 0 0.64
HSL 209.6º 0.7% 0.21% -
HSV(B) 209.6º 0.82% 0.36% -
XYZ 3.42 3.5 10.39 -
YUV 46.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 16 54 91 0.82 0.41 0 0.64 209.6 0.7 0.21
Hex 10 36 5B 52 29 0 40 D2 46 15
Octal 20 66 133 122 51 0 100 322 106 25
Binary 10000 110110 1011011 1010010 101001 0 1000000 11010010 1000110 10101

Color Harmonies of #10365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10365B

Black with #10365B

Text Example


Text Example

White with #10365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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