Html Css Color HEX #145A94 Endeavour

📋 copy color: '#145A94'

red 20 ◦ green 90 ◦ blue 148

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

Shades of Endeavour #145A94

Tints of Endeavour #145A94

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

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

R = 7.75%
G = 34.88%
B = 57.36%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145A94 (or 0x145A94) is known color: Endeavour. HEX triplet: 14, 5A and 94. RGB value is (20,90,148). Sum of RGB (Red+Green+Blue) = 20+90+148=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #145A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145A94 is #EBA56B. Grayscale: #4B4B4B. Windows color (decimal): -15443308 or 9722388. OLE color: 9722388.

HSL color Cylindrical-coordinate representation of color #145A94: hue angle of 207.19º 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 #145A94 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 90 148 -
CMYK 0.86 0.39 0 0.42
HSL 207.19º 0.76% 0.33% -
HSV(B) 207.19º 0.86% 0.58% -
XYZ 9.29 9.6 29.38 -
YUV 75.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 20 90 148 0.86 0.39 0 0.42 207.19 0.76 0.33
Hex 14 5A 94 56 27 0 2A CF 4C 21
Octal 24 132 224 126 47 0 52 317 114 41
Binary 10100 1011010 10010100 1010110 100111 0 101010 11001111 1001100 100001

Color Harmonies of #145A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A94

Black with #145A94

Text Example


Text Example

White with #145A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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