Html Css Color HEX #1264CF Denim

📋 copy color: '#1264CF'

red 18 ◦ green 100 ◦ blue 207

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

Shades of Denim #1264CF

Tints of Denim #1264CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 5.54%
G = 30.77%
B = 63.69%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1264CF (or 0x1264CF) is known color: Denim. HEX triplet: 12, 64 and CF. RGB value is (18,100,207). Sum of RGB (Red+Green+Blue) = 18+100+207=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #1264CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264CF is #ED9B30. Grayscale: #575757. Windows color (decimal): -15571761 or 13591570. OLE color: 13591570.

HSL color Cylindrical-coordinate representation of color #1264CF: hue angle of 213.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1264CF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 100 207 -
CMYK 0.91 0.52 0 0.19
HSL 213.97º 0.84% 0.44% -
HSV(B) 213.97º 0.91% 0.81% -
XYZ 16.07 13.75 60.84 -
YUV 87.68 195.33 78.3 -
System Red Green Blue C M Y K H S L
Decimal 18 100 207 0.91 0.52 0 0.19 213.97 0.84 0.44
Hex 12 64 CF 5B 34 0 13 D6 54 2C
Octal 22 144 317 133 64 0 23 326 124 54
Binary 10010 1100100 11001111 1011011 110100 0 10011 11010110 1010100 101100

Color Harmonies of #1264CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264CF

Black with #1264CF

Text Example


Text Example

White with #1264CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1264CF; }

 p { color: rgb(18,100,207); }

 H1.HeaderClassName
 {
   color: #1264CF;
 }
 .AnyTagClassName
 {
   color: #1264CF;
 }
</style>

background-color css

<style>
 a { background-color: #1264CF; }

 a { background-color: rgb(18,100,207); }

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

border-color css

<style>
 span { border-color: #1264CF; }

 span { border-color: rgb(18,100,207); }

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