Html Css Color HEX #1B5ACE Denim

📋 copy color: '#1B5ACE'

red 27 ◦ green 90 ◦ blue 206

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

Shades of Denim #1B5ACE

Tints of Denim #1B5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 8.36%
G = 27.86%
B = 63.78%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1B5ACE (or 0x1B5ACE) is known color: Denim. HEX triplet: 1B, 5A and CE. RGB value is (27,90,206). Sum of RGB (Red+Green+Blue) = 27+90+206=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B5ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5ACE is #E4A531. Grayscale: #535353. Windows color (decimal): -14984498 or 13523483. OLE color: 13523483.

HSL color Cylindrical-coordinate representation of color #1B5ACE: hue angle of 218.88º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B5ACE is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 90 206 -
CMYK 0.87 0.56 0 0.19
HSL 218.88º 0.77% 0.46% -
HSV(B) 218.88º 0.87% 0.81% -
XYZ 15.25 12 59.91 -
YUV 84.39 196.63 87.07 -
System Red Green Blue C M Y K H S L
Decimal 27 90 206 0.87 0.56 0 0.19 218.88 0.77 0.46
Hex 1B 5A CE 57 38 0 13 DB 4D 2E
Octal 33 132 316 127 70 0 23 333 115 56
Binary 11011 1011010 11001110 1010111 111000 0 10011 11011011 1001101 101110

Color Harmonies of #1B5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5ACE

Black with #1B5ACE

Text Example


Text Example

White with #1B5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,90,206); }

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

background-color css

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

 a { background-color: rgb(27,90,206); }

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

border-color css

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

 span { border-color: rgb(27,90,206); }

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