Html Css Color HEX #23519A Endeavour

📋 copy color: '#23519A'

red 35 ◦ green 81 ◦ blue 154

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

Shades of Endeavour #23519A

Tints of Endeavour #23519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.04%

R = 12.96%
G = 30%
B = 57.04%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23519A (or 0x23519A) is known color: Endeavour. HEX triplet: 23, 51 and 9A. RGB value is (35,81,154). Sum of RGB (Red+Green+Blue) = 35+81+154=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #23519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23519A is #DCAE65. Grayscale: #4B4B4B. Windows color (decimal): -14462566 or 10113315. OLE color: 10113315.

HSL color Cylindrical-coordinate representation of color #23519A: hue angle of 216.81º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23519A is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 81 154 -
CMYK 0.77 0.47 0 0.40
HSL 216.81º 0.63% 0.37% -
HSV(B) 216.81º 0.77% 0.6% -
XYZ 9.47 8.58 31.73 -
YUV 75.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 35 81 154 0.77 0.47 0 0.40 216.81 0.63 0.37
Hex 23 51 9A 4D 2F 0 28 D9 3F 25
Octal 43 121 232 115 57 0 50 331 77 45
Binary 100011 1010001 10011010 1001101 101111 0 101000 11011001 111111 100101

Color Harmonies of #23519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23519A

Black with #23519A

Text Example


Text Example

White with #23519A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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