Html Css Color HEX #145CCA Denim

📋 copy color: '#145CCA'

red 20 ◦ green 92 ◦ blue 202

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

Shades of Denim #145CCA

Tints of Denim #145CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 6.37%
G = 29.3%
B = 64.33%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#145CCA (or 0x145CCA) is known color: Denim. HEX triplet: 14, 5C and CA. RGB value is (20,92,202). Sum of RGB (Red+Green+Blue) = 20+92+202=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #145CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CCA is #EBA335. Grayscale: #525252. Windows color (decimal): -15442742 or 13261844. OLE color: 13261844.

HSL color Cylindrical-coordinate representation of color #145CCA: hue angle of 216.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145CCA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 92 202 -
CMYK 0.90 0.54 0 0.21
HSL 216.26º 0.82% 0.44% -
HSV(B) 216.26º 0.9% 0.79% -
XYZ 14.78 12.07 57.43 -
YUV 83.01 195.15 83.06 -
System Red Green Blue C M Y K H S L
Decimal 20 92 202 0.90 0.54 0 0.21 216.26 0.82 0.44
Hex 14 5C CA 5A 36 0 15 D8 52 2C
Octal 24 134 312 132 66 0 25 330 122 54
Binary 10100 1011100 11001010 1011010 110110 0 10101 11011000 1010010 101100

Color Harmonies of #145CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CCA

Black with #145CCA

Text Example


Text Example

White with #145CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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