Html Css Color HEX #145C9B Endeavour

📋 copy color: '#145C9B'

red 20 ◦ green 92 ◦ blue 155

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

Shades of Endeavour #145C9B

Tints of Endeavour #145C9B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.46%

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 7.49%
G = 34.46%
B = 58.05%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#145C9B (or 0x145C9B) is known color: Endeavour. HEX triplet: 14, 5C and 9B. RGB value is (20,92,155). Sum of RGB (Red+Green+Blue) = 20+92+155=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #145C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145C9B is #EBA364. Grayscale: #4D4D4D. Windows color (decimal): -15442789 or 10181652. OLE color: 10181652.

HSL color Cylindrical-coordinate representation of color #145C9B: hue angle of 208º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145C9B is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 92 155 -
CMYK 0.87 0.41 0 0.39
HSL 208º 0.77% 0.34% -
HSV(B) 208º 0.87% 0.61% -
XYZ 10.03 10.17 32.44 -
YUV 77.65 171.65 86.88 -
System Red Green Blue C M Y K H S L
Decimal 20 92 155 0.87 0.41 0 0.39 208 0.77 0.34
Hex 14 5C 9B 57 29 0 27 D0 4D 22
Octal 24 134 233 127 51 0 47 320 115 42
Binary 10100 1011100 10011011 1010111 101001 0 100111 11010000 1001101 100010

Color Harmonies of #145C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C9B

Black with #145C9B

Text Example


Text Example

White with #145C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,92,155); }

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

background-color css

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

 a { background-color: rgb(20,92,155); }

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

border-color css

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

 span { border-color: rgb(20,92,155); }

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