Html Css Color HEX #1763BA Denim

📋 copy color: '#1763BA'

red 23 ◦ green 99 ◦ blue 186

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

Shades of Denim #1763BA

Tints of Denim #1763BA

RGB

 RED value IS 23 (9.38% from 255) = 7.47%

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

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 7.47%
G = 32.14%
B = 60.39%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1763BA (or 0x1763BA) is known color: Denim. HEX triplet: 17, 63 and BA. RGB value is (23,99,186). Sum of RGB (Red+Green+Blue) = 23+99+186=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #1763BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1763BA is #E89C45. Grayscale: #555555. Windows color (decimal): -15244358 or 12215063. OLE color: 12215063.

HSL color Cylindrical-coordinate representation of color #1763BA: hue angle of 212.02º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1763BA is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 99 186 -
CMYK 0.88 0.47 0 0.27
HSL 212.02º 0.78% 0.41% -
HSV(B) 212.02º 0.88% 0.73% -
XYZ 13.68 12.65 48.18 -
YUV 86.19 184.32 82.93 -
System Red Green Blue C M Y K H S L
Decimal 23 99 186 0.88 0.47 0 0.27 212.02 0.78 0.41
Hex 17 63 BA 58 2F 0 1B D4 4E 29
Octal 27 143 272 130 57 0 33 324 116 51
Binary 10111 1100011 10111010 1011000 101111 0 11011 11010100 1001110 101001

Color Harmonies of #1763BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1763BA

Black with #1763BA

Text Example


Text Example

White with #1763BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1763BA; }

 p { color: rgb(23,99,186); }

 H1.HeaderClassName
 {
   color: #1763BA;
 }
 .AnyTagClassName
 {
   color: #1763BA;
 }
</style>

background-color css

<style>
 a { background-color: #1763BA; }

 a { background-color: rgb(23,99,186); }

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

border-color css

<style>
 span { border-color: #1763BA; }

 span { border-color: rgb(23,99,186); }

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