Html Css Color HEX #255093 Endeavour

📋 copy color: '#255093'

red 37 ◦ green 80 ◦ blue 147

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

Shades of Endeavour #255093

Tints of Endeavour #255093

RGB

 RED value IS 37 (14.84% from 255) = 14.02%

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 14.02%
G = 30.3%
B = 55.68%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255093 (or 0x255093) is known color: Endeavour. HEX triplet: 25, 50 and 93. RGB value is (37,80,147). Sum of RGB (Red+Green+Blue) = 37+80+147=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #255093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255093 is #DAAF6C. Grayscale: #4A4A4A. Windows color (decimal): -14331757 or 9654309. OLE color: 9654309.

HSL color Cylindrical-coordinate representation of color #255093: hue angle of 216.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255093 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 80 147 -
CMYK 0.75 0.46 0 0.42
HSL 216.55º 0.6% 0.36% -
HSV(B) 216.55º 0.75% 0.58% -
XYZ 8.9 8.24 28.72 -
YUV 74.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 37 80 147 0.75 0.46 0 0.42 216.55 0.6 0.36
Hex 25 50 93 4B 2E 0 2A D9 3C 24
Octal 45 120 223 113 56 0 52 331 74 44
Binary 100101 1010000 10010011 1001011 101110 0 101010 11011001 111100 100100

Color Harmonies of #255093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255093

Black with #255093

Text Example


Text Example

White with #255093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255093; }

 p { color: rgb(37,80,147); }

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

background-color css

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

 a { background-color: rgb(37,80,147); }

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

border-color css

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

 span { border-color: rgb(37,80,147); }

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