Html Css Color HEX #23519F Endeavour

📋 copy color: '#23519F'

red 35 ◦ green 81 ◦ blue 159

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

Shades of Endeavour #23519F

Tints of Endeavour #23519F

RGB

 RED value IS 35 (14.06% from 255) = 12.73%

 GREEN value IS 81 (32.03% from 255) = 29.45%

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 12.73%
G = 29.45%
B = 57.82%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23519F (or 0x23519F) is known color: Endeavour. HEX triplet: 23, 51 and 9F. RGB value is (35,81,159). Sum of RGB (Red+Green+Blue) = 35+81+159=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #23519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23519F is #DCAE60. Grayscale: #4B4B4B. Windows color (decimal): -14462561 or 10440995. OLE color: 10440995.

HSL color Cylindrical-coordinate representation of color #23519F: hue angle of 217.74º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23519F is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 81 159 -
CMYK 0.78 0.49 0 0.38
HSL 217.74º 0.64% 0.38% -
HSV(B) 217.74º 0.78% 0.62% -
XYZ 9.89 8.75 33.97 -
YUV 76.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 35 81 159 0.78 0.49 0 0.38 217.74 0.64 0.38
Hex 23 51 9F 4E 31 0 26 DA 40 26
Octal 43 121 237 116 61 0 46 332 100 46
Binary 100011 1010001 10011111 1001110 110001 0 100110 11011010 1000000 100110

Color Harmonies of #23519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23519F

Black with #23519F

Text Example


Text Example

White with #23519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23519F; }

 p { color: rgb(35,81,159); }

 H1.HeaderClassName
 {
   color: #23519F;
 }
 .AnyTagClassName
 {
   color: #23519F;
 }
</style>

background-color css

<style>
 a { background-color: #23519F; }

 a { background-color: rgb(35,81,159); }

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

border-color css

<style>
 span { border-color: #23519F; }

 span { border-color: rgb(35,81,159); }

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