Html Css Color HEX #1265CC Denim

📋 copy color: '#1265CC'

red 18 ◦ green 101 ◦ blue 204

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

Shades of Denim #1265CC

Tints of Denim #1265CC

RGB

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

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

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

R = 5.57%
G = 31.27%
B = 63.16%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1265CC (or 0x1265CC) is known color: Denim. HEX triplet: 12, 65 and CC. RGB value is (18,101,204). Sum of RGB (Red+Green+Blue) = 18+101+204=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #1265CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265CC is #ED9A33. Grayscale: #575757. Windows color (decimal): -15571508 or 13395218. OLE color: 13395218.

HSL color Cylindrical-coordinate representation of color #1265CC: hue angle of 213.23º 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 #1265CC is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 101 204 -
CMYK 0.91 0.50 0 0.2
HSL 213.23º 0.84% 0.44% -
HSV(B) 213.23º 0.91% 0.8% -
XYZ 15.8 13.8 58.96 -
YUV 87.93 193.5 78.12 -
System Red Green Blue C M Y K H S L
Decimal 18 101 204 0.91 0.50 0 0.2 213.23 0.84 0.44
Hex 12 65 CC 5B 32 0 14 D5 54 2C
Octal 22 145 314 133 62 0 24 325 124 54
Binary 10010 1100101 11001100 1011011 110010 0 10100 11010101 1010100 101100

Color Harmonies of #1265CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265CC

Black with #1265CC

Text Example


Text Example

White with #1265CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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