Html Css Color HEX #1350CC Denim

📋 copy color: '#1350CC'

red 19 ◦ green 80 ◦ blue 204

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

Shades of Denim #1350CC

Tints of Denim #1350CC

RGB

 RED value IS 19 (7.81% from 255) = 6.27%

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 204 (80.08% from 255) = 67.33%

R = 6.27%
G = 26.4%
B = 67.33%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1350CC (or 0x1350CC) is known color: Denim. HEX triplet: 13, 50 and CC. RGB value is (19,80,204). Sum of RGB (Red+Green+Blue) = 19+80+204=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #1350CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350CC is #ECAF33. Grayscale: #4B4B4B. Windows color (decimal): -15511348 or 13389843. OLE color: 13389843.

HSL color Cylindrical-coordinate representation of color #1350CC: hue angle of 220.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1350CC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 80 204 -
CMYK 0.91 0.61 0 0.2
HSL 220.22º 0.83% 0.44% -
HSV(B) 220.22º 0.91% 0.8% -
XYZ 14.04 10.24 58.36 -
YUV 75.9 200.29 87.42 -
System Red Green Blue C M Y K H S L
Decimal 19 80 204 0.91 0.61 0 0.2 220.22 0.83 0.44
Hex 13 50 CC 5B 3D 0 14 DC 53 2C
Octal 23 120 314 133 75 0 24 334 123 54
Binary 10011 1010000 11001100 1011011 111101 0 10100 11011100 1010011 101100

Color Harmonies of #1350CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350CC

Black with #1350CC

Text Example


Text Example

White with #1350CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1350CC; }

 p { color: rgb(19,80,204); }

 H1.HeaderClassName
 {
   color: #1350CC;
 }
 .AnyTagClassName
 {
   color: #1350CC;
 }
</style>

background-color css

<style>
 a { background-color: #1350CC; }

 a { background-color: rgb(19,80,204); }

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

border-color css

<style>
 span { border-color: #1350CC; }

 span { border-color: rgb(19,80,204); }

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