Html Css Color HEX #10629D Endeavour

📋 copy color: '#10629D'

red 16 ◦ green 98 ◦ blue 157

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

Shades of Endeavour #10629D

Tints of Endeavour #10629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

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

R = 5.9%
G = 36.16%
B = 57.93%

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

#10629D (or 0x10629D) is known color: Endeavour. HEX triplet: 10, 62 and 9D. RGB value is (16,98,157). Sum of RGB (Red+Green+Blue) = 16+98+157=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #10629D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10629D is #EF9D62. Grayscale: #4F4F4F. Windows color (decimal): -15703395 or 10314256. OLE color: 10314256.

HSL color Cylindrical-coordinate representation of color #10629D: hue angle of 205.11º 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 #10629D is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 98 157 -
CMYK 0.90 0.38 0 0.38
HSL 205.11º 0.82% 0.34% -
HSV(B) 205.11º 0.9% 0.62% -
XYZ 10.67 11.28 33.51 -
YUV 80.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 16 98 157 0.90 0.38 0 0.38 205.11 0.82 0.34
Hex 10 62 9D 5A 26 0 26 CD 52 22
Octal 20 142 235 132 46 0 46 315 122 42
Binary 10000 1100010 10011101 1011010 100110 0 100110 11001101 1010010 100010

Color Harmonies of #10629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10629D

Black with #10629D

Text Example


Text Example

White with #10629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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