Html Css Color HEX #1265CA Denim

📋 copy color: '#1265CA'

red 18 ◦ green 101 ◦ blue 202

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

Shades of Denim #1265CA

Tints of Denim #1265CA

RGB

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

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

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

R = 5.61%
G = 31.46%
B = 62.93%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1265CA (or 0x1265CA) is known color: Denim. HEX triplet: 12, 65 and CA. RGB value is (18,101,202). Sum of RGB (Red+Green+Blue) = 18+101+202=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #1265CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265CA is #ED9A35. Grayscale: #575757. Windows color (decimal): -15571510 or 13264146. OLE color: 13264146.

HSL color Cylindrical-coordinate representation of color #1265CA: hue angle of 212.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1265CA is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 101 202 -
CMYK 0.91 0.50 0 0.21
HSL 212.93º 0.84% 0.43% -
HSV(B) 212.93º 0.91% 0.79% -
XYZ 15.56 13.7 57.7 -
YUV 87.7 192.5 78.29 -
System Red Green Blue C M Y K H S L
Decimal 18 101 202 0.91 0.50 0 0.21 212.93 0.84 0.43
Hex 12 65 CA 5B 32 0 15 D5 54 2B
Octal 22 145 312 133 62 0 25 325 124 53
Binary 10010 1100101 11001010 1011011 110010 0 10101 11010101 1010100 101011

Color Harmonies of #1265CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265CA

Black with #1265CA

Text Example


Text Example

White with #1265CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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