Html Css Color HEX #145B9F Endeavour

📋 copy color: '#145B9F'

red 20 ◦ green 91 ◦ blue 159

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

Shades of Endeavour #145B9F

Tints of Endeavour #145B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.7%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 7.41%
G = 33.7%
B = 58.89%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#145B9F (or 0x145B9F) is known color: Endeavour. HEX triplet: 14, 5B and 9F. RGB value is (20,91,159). Sum of RGB (Red+Green+Blue) = 20+91+159=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #145B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145B9F is #EBA460. Grayscale: #4D4D4D. Windows color (decimal): -15443041 or 10443540. OLE color: 10443540.

HSL color Cylindrical-coordinate representation of color #145B9F: hue angle of 209.35º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #145B9F is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 91 159 -
CMYK 0.87 0.43 0 0.38
HSL 209.35º 0.78% 0.35% -
HSV(B) 209.35º 0.87% 0.62% -
XYZ 10.29 10.13 34.21 -
YUV 77.52 173.98 86.97 -
System Red Green Blue C M Y K H S L
Decimal 20 91 159 0.87 0.43 0 0.38 209.35 0.78 0.35
Hex 14 5B 9F 57 2B 0 26 D1 4E 23
Octal 24 133 237 127 53 0 46 321 116 43
Binary 10100 1011011 10011111 1010111 101011 0 100110 11010001 1001110 100011

Color Harmonies of #145B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B9F

Black with #145B9F

Text Example


Text Example

White with #145B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,91,159); }

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

background-color css

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

 a { background-color: rgb(20,91,159); }

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

border-color css

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

 span { border-color: rgb(20,91,159); }

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