Html Css Color HEX #265083 Endeavour

📋 copy color: '#265083'

red 38 ◦ green 80 ◦ blue 131

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

Shades of Endeavour #265083

Tints of Endeavour #265083

RGB

 RED value IS 38 (15.23% from 255) = 15.26%

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

 BLUE value IS 131 (51.56% from 255) = 52.61%

R = 15.26%
G = 32.13%
B = 52.61%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#265083 (or 0x265083) is known color: Endeavour. HEX triplet: 26, 50 and 83. RGB value is (38,80,131). Sum of RGB (Red+Green+Blue) = 38+80+131=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #265083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265083 is #D9AF7C. Grayscale: #494949. Windows color (decimal): -14266237 or 8605734. OLE color: 8605734.

HSL color Cylindrical-coordinate representation of color #265083: hue angle of 212.9º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265083 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 80 131 -
CMYK 0.71 0.39 0 0.49
HSL 212.9º 0.55% 0.33% -
HSV(B) 212.9º 0.71% 0.51% -
XYZ 7.76 7.79 22.57 -
YUV 73.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 38 80 131 0.71 0.39 0 0.49 212.9 0.55 0.33
Hex 26 50 83 47 27 0 31 D5 37 21
Octal 46 120 203 107 47 0 61 325 67 41
Binary 100110 1010000 10000011 1000111 100111 0 110001 11010101 110111 100001

Color Harmonies of #265083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265083

Black with #265083

Text Example


Text Example

White with #265083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265083; }

 p { color: rgb(38,80,131); }

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

background-color css

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

 a { background-color: rgb(38,80,131); }

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

border-color css

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

 span { border-color: rgb(38,80,131); }

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