Html Css Color HEX #1350BC Denim

📋 copy color: '#1350BC'

red 19 ◦ green 80 ◦ blue 188

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

Shades of Denim #1350BC

Tints of Denim #1350BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 6.62%
G = 27.87%
B = 65.51%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1350BC (or 0x1350BC) is known color: Denim. HEX triplet: 13, 50 and BC. RGB value is (19,80,188). Sum of RGB (Red+Green+Blue) = 19+80+188=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #1350BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350BC is #ECAF43. Grayscale: #494949. Windows color (decimal): -15511364 or 12341267. OLE color: 12341267.

HSL color Cylindrical-coordinate representation of color #1350BC: hue angle of 218.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1350BC is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 80 188 -
CMYK 0.90 0.57 0 0.26
HSL 218.34º 0.82% 0.41% -
HSV(B) 218.34º 0.9% 0.74% -
XYZ 12.21 9.51 48.77 -
YUV 74.07 192.29 88.72 -
System Red Green Blue C M Y K H S L
Decimal 19 80 188 0.90 0.57 0 0.26 218.34 0.82 0.41
Hex 13 50 BC 5A 39 0 1A DA 52 29
Octal 23 120 274 132 71 0 32 332 122 51
Binary 10011 1010000 10111100 1011010 111001 0 11010 11011010 1010010 101001

Color Harmonies of #1350BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1350BC

Black with #1350BC

Text Example


Text Example

White with #1350BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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