Html Css Color HEX #1263CF Denim

📋 copy color: '#1263CF'

red 18 ◦ green 99 ◦ blue 207

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

Shades of Denim #1263CF

Tints of Denim #1263CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

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

R = 5.56%
G = 30.56%
B = 63.89%

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

#1263CF (or 0x1263CF) is known color: Denim. HEX triplet: 12, 63 and CF. RGB value is (18,99,207). Sum of RGB (Red+Green+Blue) = 18+99+207=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #1263CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263CF is #ED9C30. Grayscale: #565656. Windows color (decimal): -15572017 or 13591314. OLE color: 13591314.

HSL color Cylindrical-coordinate representation of color #1263CF: hue angle of 214.29º 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 #1263CF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 99 207 -
CMYK 0.91 0.52 0 0.19
HSL 214.29º 0.84% 0.44% -
HSV(B) 214.29º 0.91% 0.81% -
XYZ 15.97 13.56 60.81 -
YUV 87.09 195.66 78.72 -
System Red Green Blue C M Y K H S L
Decimal 18 99 207 0.91 0.52 0 0.19 214.29 0.84 0.44
Hex 12 63 CF 5B 34 0 13 D6 54 2C
Octal 22 143 317 133 64 0 23 326 124 54
Binary 10010 1100011 11001111 1011011 110100 0 10011 11010110 1010100 101100

Color Harmonies of #1263CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1263CF

Black with #1263CF

Text Example


Text Example

White with #1263CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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