Html Css Color HEX #1F72CE Denim

📋 copy color: '#1F72CE'

red 31 ◦ green 114 ◦ blue 206

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

Shades of Denim #1F72CE

Tints of Denim #1F72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

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

R = 8.83%
G = 32.48%
B = 58.69%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F72CE (or 0x1F72CE) is known color: Denim. HEX triplet: 1F, 72 and CE. RGB value is (31,114,206). Sum of RGB (Red+Green+Blue) = 31+114+206=351 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.83% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F72CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F72CE is #E08D31. Grayscale: #636363. Windows color (decimal): -14716210 or 13529631. OLE color: 13529631.

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

Color convert

RGB 31 114 206 -
CMYK 0.85 0.45 0 0.19
HSL 211.54º 0.74% 0.46% -
HSV(B) 211.54º 0.85% 0.81% -
XYZ 17.72 16.78 60.7 -
YUV 99.67 188 79.02 -
System Red Green Blue C M Y K H S L
Decimal 31 114 206 0.85 0.45 0 0.19 211.54 0.74 0.46
Hex 1F 72 CE 55 2D 0 13 D4 4A 2E
Octal 37 162 316 125 55 0 23 324 112 56
Binary 11111 1110010 11001110 1010101 101101 0 10011 11010100 1001010 101110

Color Harmonies of #1F72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F72CE

Black with #1F72CE

Text Example


Text Example

White with #1F72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,114,206); }

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

background-color css

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

 a { background-color: rgb(31,114,206); }

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

border-color css

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

 span { border-color: rgb(31,114,206); }

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