Html Css Color HEX #10619B Endeavour

📋 copy color: '#10619B'

red 16 ◦ green 97 ◦ blue 155

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

Shades of Endeavour #10619B

Tints of Endeavour #10619B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 5.97%
G = 36.19%
B = 57.84%

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

#10619B (or 0x10619B) is known color: Endeavour. HEX triplet: 10, 61 and 9B. RGB value is (16,97,155). Sum of RGB (Red+Green+Blue) = 16+97+155=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #10619B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10619B is #EF9E64. Grayscale: #4F4F4F. Windows color (decimal): -15703653 or 10182928. OLE color: 10182928.

HSL color Cylindrical-coordinate representation of color #10619B: hue angle of 205.04º 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 #10619B is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 97 155 -
CMYK 0.90 0.37 0 0.39
HSL 205.04º 0.81% 0.34% -
HSV(B) 205.04º 0.9% 0.61% -
XYZ 10.4 11.03 32.59 -
YUV 79.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 16 97 155 0.90 0.37 0 0.39 205.04 0.81 0.34
Hex 10 61 9B 5A 25 0 27 CD 51 22
Octal 20 141 233 132 45 0 47 315 121 42
Binary 10000 1100001 10011011 1011010 100101 0 100111 11001101 1010001 100010

Color Harmonies of #10619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10619B

Black with #10619B

Text Example


Text Example

White with #10619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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