Html Css Color HEX #1A5FCC Denim

📋 copy color: '#1A5FCC'

red 26 ◦ green 95 ◦ blue 204

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

Shades of Denim #1A5FCC

Tints of Denim #1A5FCC

RGB

 RED value IS 26 (10.55% from 255) = 8%

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 8%
G = 29.23%
B = 62.77%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1A5FCC (or 0x1A5FCC) is known color: Denim. HEX triplet: 1A, 5F and CC. RGB value is (26,95,204). Sum of RGB (Red+Green+Blue) = 26+95+204=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A5FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5FCC is #E5A033. Grayscale: #565656. Windows color (decimal): -15048756 or 13393690. OLE color: 13393690.

HSL color Cylindrical-coordinate representation of color #1A5FCC: hue angle of 216.74º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A5FCC is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 26 95 204 -
CMYK 0.87 0.53 0 0.2
HSL 216.74º 0.77% 0.45% -
HSV(B) 216.74º 0.87% 0.8% -
XYZ 15.42 12.76 58.78 -
YUV 86.8 194.14 84.64 -
System Red Green Blue C M Y K H S L
Decimal 26 95 204 0.87 0.53 0 0.2 216.74 0.77 0.45
Hex 1A 5F CC 57 35 0 14 D9 4D 2D
Octal 32 137 314 127 65 0 24 331 115 55
Binary 11010 1011111 11001100 1010111 110101 0 10100 11011001 1001101 101101

Color Harmonies of #1A5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5FCC

Black with #1A5FCC

Text Example


Text Example

White with #1A5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,95,204); }

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

background-color css

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

 a { background-color: rgb(26,95,204); }

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

border-color css

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

 span { border-color: rgb(26,95,204); }

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