Html Css Color HEX #10629C Endeavour

📋 copy color: '#10629C'

red 16 ◦ green 98 ◦ blue 156

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

Shades of Endeavour #10629C

Tints of Endeavour #10629C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.78%

R = 5.93%
G = 36.3%
B = 57.78%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10629C (or 0x10629C) is known color: Endeavour. HEX triplet: 10, 62 and 9C. RGB value is (16,98,156). Sum of RGB (Red+Green+Blue) = 16+98+156=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #10629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10629C is #EF9D63. Grayscale: #4F4F4F. Windows color (decimal): -15703396 or 10248720. OLE color: 10248720.

HSL color Cylindrical-coordinate representation of color #10629C: hue angle of 204.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10629C is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 98 156 -
CMYK 0.90 0.37 0 0.39
HSL 204.86º 0.81% 0.34% -
HSV(B) 204.86º 0.9% 0.61% -
XYZ 10.58 11.25 33.07 -
YUV 80.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 16 98 156 0.90 0.37 0 0.39 204.86 0.81 0.34
Hex 10 62 9C 5A 25 0 27 CD 51 22
Octal 20 142 234 132 45 0 47 315 121 42
Binary 10000 1100010 10011100 1011010 100101 0 100111 11001101 1010001 100010

Color Harmonies of #10629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10629C

Black with #10629C

Text Example


Text Example

White with #10629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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