Html Css Color HEX #1B63AA Denim

📋 copy color: '#1B63AA'

red 27 ◦ green 99 ◦ blue 170

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

Shades of Denim #1B63AA

Tints of Denim #1B63AA

RGB

 RED value IS 27 (10.94% from 255) = 9.12%

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

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 9.12%
G = 33.45%
B = 57.43%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B63AA (or 0x1B63AA) is known color: Denim. HEX triplet: 1B, 63 and AA. RGB value is (27,99,170). Sum of RGB (Red+Green+Blue) = 27+99+170=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B63AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B63AA is #E49C55. Grayscale: #555555. Windows color (decimal): -14982230 or 11166491. OLE color: 11166491.

HSL color Cylindrical-coordinate representation of color #1B63AA: hue angle of 209.79º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B63AA is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 99 170 -
CMYK 0.84 0.42 0 0.33
HSL 209.79º 0.73% 0.39% -
HSV(B) 209.79º 0.84% 0.67% -
XYZ 12.17 12.06 39.72 -
YUV 85.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 27 99 170 0.84 0.42 0 0.33 209.79 0.73 0.39
Hex 1B 63 AA 54 2A 0 21 D2 49 27
Octal 33 143 252 124 52 0 41 322 111 47
Binary 11011 1100011 10101010 1010100 101010 0 100001 11010010 1001001 100111

Color Harmonies of #1B63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B63AA

Black with #1B63AA

Text Example


Text Example

White with #1B63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B63AA; }

 p { color: rgb(27,99,170); }

 H1.HeaderClassName
 {
   color: #1B63AA;
 }
 .AnyTagClassName
 {
   color: #1B63AA;
 }
</style>

background-color css

<style>
 a { background-color: #1B63AA; }

 a { background-color: rgb(27,99,170); }

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

border-color css

<style>
 span { border-color: #1B63AA; }

 span { border-color: rgb(27,99,170); }

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