Html Css Color HEX #1265CD Denim

📋 copy color: '#1265CD'

red 18 ◦ green 101 ◦ blue 205

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

Shades of Denim #1265CD

Tints of Denim #1265CD

RGB

 RED value IS 18 (7.42% from 255) = 5.56%

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 5.56%
G = 31.17%
B = 63.27%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1265CD (or 0x1265CD) is known color: Denim. HEX triplet: 12, 65 and CD. RGB value is (18,101,205). Sum of RGB (Red+Green+Blue) = 18+101+205=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #1265CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265CD is #ED9A32. Grayscale: #575757. Windows color (decimal): -15571507 or 13460754. OLE color: 13460754.

HSL color Cylindrical-coordinate representation of color #1265CD: hue angle of 213.37º degrees, saturation: 0.84, 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 #1265CD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 101 205 -
CMYK 0.91 0.51 0 0.20
HSL 213.37º 0.84% 0.44% -
HSV(B) 213.37º 0.91% 0.8% -
XYZ 15.92 13.84 59.59 -
YUV 88.04 194 78.04 -
System Red Green Blue C M Y K H S L
Decimal 18 101 205 0.91 0.51 0 0.20 213.37 0.84 0.44
Hex 12 65 CD 5B 33 0 14 D5 54 2C
Octal 22 145 315 133 63 0 24 325 124 54
Binary 10010 1100101 11001101 1011011 110011 0 10100 11010101 1010100 101100

Color Harmonies of #1265CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265CD

Black with #1265CD

Text Example


Text Example

White with #1265CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1265CD; }

 p { color: rgb(18,101,205); }

 H1.HeaderClassName
 {
   color: #1265CD;
 }
 .AnyTagClassName
 {
   color: #1265CD;
 }
</style>

background-color css

<style>
 a { background-color: #1265CD; }

 a { background-color: rgb(18,101,205); }

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

border-color css

<style>
 span { border-color: #1265CD; }

 span { border-color: rgb(18,101,205); }

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