Html Css Color HEX #145FC8 Denim

📋 copy color: '#145FC8'

red 20 ◦ green 95 ◦ blue 200

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

Shades of Denim #145FC8

Tints of Denim #145FC8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 200 (78.52% from 255) = 63.49%

R = 6.35%
G = 30.16%
B = 63.49%

CMYK

 C value IS 0.9

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#145FC8 (or 0x145FC8) is known color: Denim. HEX triplet: 14, 5F and C8. RGB value is (20,95,200). Sum of RGB (Red+Green+Blue) = 20+95+200=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #145FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FC8 is #EBA037. Grayscale: #545454. Windows color (decimal): -15441976 or 13131540. OLE color: 13131540.

HSL color Cylindrical-coordinate representation of color #145FC8: hue angle of 215º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145FC8 is Cyan = 0.9, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 95 200 -
CMYK 0.9 0.52 0 0.22
HSL 215º 0.82% 0.43% -
HSV(B) 215º 0.9% 0.78% -
XYZ 14.81 12.5 56.28 -
YUV 84.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 20 95 200 0.9 0.52 0 0.22 215 0.82 0.43
Hex 14 5F C8 5A 34 0 16 D7 52 2B
Octal 24 137 310 132 64 0 26 327 122 53
Binary 10100 1011111 11001000 1011010 110100 0 10110 11010111 1010010 101011

Color Harmonies of #145FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FC8

Black with #145FC8

Text Example


Text Example

White with #145FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,95,200); }

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

background-color css

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

 a { background-color: rgb(20,95,200); }

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

border-color css

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

 span { border-color: rgb(20,95,200); }

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