Html Css Color HEX #10619D Endeavour

📋 copy color: '#10619D'

red 16 ◦ green 97 ◦ blue 157

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

Shades of Endeavour #10619D

Tints of Endeavour #10619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 5.93%
G = 35.93%
B = 58.15%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10619D (or 0x10619D) is known color: Endeavour. HEX triplet: 10, 61 and 9D. RGB value is (16,97,157). Sum of RGB (Red+Green+Blue) = 16+97+157=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #10619D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10619D is #EF9E62. Grayscale: #4F4F4F. Windows color (decimal): -15703651 or 10314000. OLE color: 10314000.

HSL color Cylindrical-coordinate representation of color #10619D: hue angle of 205.53º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10619D is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 97 157 -
CMYK 0.90 0.38 0 0.38
HSL 205.53º 0.82% 0.34% -
HSV(B) 205.53º 0.9% 0.62% -
XYZ 10.57 11.09 33.48 -
YUV 79.62 171.66 82.62 -
System Red Green Blue C M Y K H S L
Decimal 16 97 157 0.90 0.38 0 0.38 205.53 0.82 0.34
Hex 10 61 9D 5A 26 0 26 CE 52 22
Octal 20 141 235 132 46 0 46 316 122 42
Binary 10000 1100001 10011101 1011010 100110 0 100110 11001110 1010010 100010

Color Harmonies of #10619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10619D

Black with #10619D

Text Example


Text Example

White with #10619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10619D; }

 p { color: rgb(16,97,157); }

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

background-color css

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

 a { background-color: rgb(16,97,157); }

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

border-color css

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

 span { border-color: rgb(16,97,157); }

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