Html Css Color HEX #145394 Endeavour

📋 copy color: '#145394'

red 20 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #145394

Tints of Endeavour #145394

RGB

 RED value IS 20 (8.2% from 255) = 7.97%

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 7.97%
G = 33.07%
B = 58.96%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145394 (or 0x145394) is known color: Endeavour. HEX triplet: 14, 53 and 94. RGB value is (20,83,148). Sum of RGB (Red+Green+Blue) = 20+83+148=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #145394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145394 is #EBAC6B. Grayscale: #474747. Windows color (decimal): -15445100 or 9720596. OLE color: 9720596.

HSL color Cylindrical-coordinate representation of color #145394: hue angle of 210.47º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145394 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 83 148 -
CMYK 0.86 0.44 0 0.42
HSL 210.47º 0.76% 0.33% -
HSV(B) 210.47º 0.86% 0.58% -
XYZ 8.73 8.47 29.19 -
YUV 71.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 20 83 148 0.86 0.44 0 0.42 210.47 0.76 0.33
Hex 14 53 94 56 2C 0 2A D2 4C 21
Octal 24 123 224 126 54 0 52 322 114 41
Binary 10100 1010011 10010100 1010110 101100 0 101010 11010010 1001100 100001

Color Harmonies of #145394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145394

Black with #145394

Text Example


Text Example

White with #145394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145394; }

 p { color: rgb(20,83,148); }

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

background-color css

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

 a { background-color: rgb(20,83,148); }

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

border-color css

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

 span { border-color: rgb(20,83,148); }

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