Html Css Color HEX #1F66CC Denim

📋 copy color: '#1F66CC'

red 31 ◦ green 102 ◦ blue 204

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

Shades of Denim #1F66CC

Tints of Denim #1F66CC

RGB

 RED value IS 31 (12.5% from 255) = 9.2%

 GREEN value IS 102 (40.23% from 255) = 30.27%

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

R = 9.2%
G = 30.27%
B = 60.53%

CMYK

 C value IS 0.85

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F66CC (or 0x1F66CC) is known color: Denim. HEX triplet: 1F, 66 and CC. RGB value is (31,102,204). Sum of RGB (Red+Green+Blue) = 31+102+204=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F66CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F66CC is #E09933. Grayscale: #5B5B5B. Windows color (decimal): -14719284 or 13395487. OLE color: 13395487.

HSL color Cylindrical-coordinate representation of color #1F66CC: hue angle of 215.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F66CC is Cyan = 0.85, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 102 204 -
CMYK 0.85 0.5 0 0.2
HSL 215.38º 0.74% 0.46% -
HSV(B) 215.38º 0.85% 0.8% -
XYZ 16.22 14.15 59 -
YUV 92.4 190.98 84.21 -
System Red Green Blue C M Y K H S L
Decimal 31 102 204 0.85 0.5 0 0.2 215.38 0.74 0.46
Hex 1F 66 CC 55 32 0 14 D7 4A 2E
Octal 37 146 314 125 62 0 24 327 112 56
Binary 11111 1100110 11001100 1010101 110010 0 10100 11010111 1001010 101110

Color Harmonies of #1F66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F66CC

Black with #1F66CC

Text Example


Text Example

White with #1F66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,102,204); }

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

background-color css

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

 a { background-color: rgb(31,102,204); }

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

border-color css

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

 span { border-color: rgb(31,102,204); }

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