Html Css Color HEX #1C61B3 Denim

📋 copy color: '#1C61B3'

red 28 ◦ green 97 ◦ blue 179

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

Shades of Denim #1C61B3

Tints of Denim #1C61B3

RGB

 RED value IS 28 (11.33% from 255) = 9.21%

 GREEN value IS 97 (38.28% from 255) = 31.91%

 BLUE value IS 179 (70.31% from 255) = 58.88%

R = 9.21%
G = 31.91%
B = 58.88%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1C61B3 (or 0x1C61B3) is known color: Denim. HEX triplet: 1C, 61 and B3. RGB value is (28,97,179). Sum of RGB (Red+Green+Blue) = 28+97+179=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C61B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C61B3 is #E39E4C. Grayscale: #555555. Windows color (decimal): -14917197 or 11755804. OLE color: 11755804.

HSL color Cylindrical-coordinate representation of color #1C61B3: hue angle of 212.58º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C61B3 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 97 179 -
CMYK 0.84 0.46 0 0.30
HSL 212.58º 0.73% 0.41% -
HSV(B) 212.58º 0.84% 0.7% -
XYZ 12.89 12.05 44.29 -
YUV 85.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 28 97 179 0.84 0.46 0 0.30 212.58 0.73 0.41
Hex 1C 61 B3 54 2E 0 1E D5 49 29
Octal 34 141 263 124 56 0 36 325 111 51
Binary 11100 1100001 10110011 1010100 101110 0 11110 11010101 1001001 101001

Color Harmonies of #1C61B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C61B3

Black with #1C61B3

Text Example


Text Example

White with #1C61B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,97,179); }

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

background-color css

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

 a { background-color: rgb(28,97,179); }

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

border-color css

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

 span { border-color: rgb(28,97,179); }

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