Html Css Color HEX #1467BF Denim

📋 copy color: '#1467BF'

red 20 ◦ green 103 ◦ blue 191

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

Shades of Denim #1467BF

Tints of Denim #1467BF

RGB

 RED value IS 20 (8.2% from 255) = 6.37%

 GREEN value IS 103 (40.63% from 255) = 32.8%

 BLUE value IS 191 (75% from 255) = 60.83%

R = 6.37%
G = 32.8%
B = 60.83%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1467BF (or 0x1467BF) is known color: Denim. HEX triplet: 14, 67 and BF. RGB value is (20,103,191). Sum of RGB (Red+Green+Blue) = 20+103+191=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #1467BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1467BF is #EB9840. Grayscale: #575757. Windows color (decimal): -15439937 or 12543764. OLE color: 12543764.

HSL color Cylindrical-coordinate representation of color #1467BF: hue angle of 210.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1467BF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 103 191 -
CMYK 0.90 0.46 0 0.25
HSL 210.88º 0.81% 0.41% -
HSV(B) 210.88º 0.9% 0.75% -
XYZ 14.54 13.61 51.15 -
YUV 88.22 186 79.34 -
System Red Green Blue C M Y K H S L
Decimal 20 103 191 0.90 0.46 0 0.25 210.88 0.81 0.41
Hex 14 67 BF 5A 2E 0 19 D3 51 29
Octal 24 147 277 132 56 0 31 323 121 51
Binary 10100 1100111 10111111 1011010 101110 0 11001 11010011 1010001 101001

Color Harmonies of #1467BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467BF

Black with #1467BF

Text Example


Text Example

White with #1467BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1467BF; }

 p { color: rgb(20,103,191); }

 H1.HeaderClassName
 {
   color: #1467BF;
 }
 .AnyTagClassName
 {
   color: #1467BF;
 }
</style>

background-color css

<style>
 a { background-color: #1467BF; }

 a { background-color: rgb(20,103,191); }

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

border-color css

<style>
 span { border-color: #1467BF; }

 span { border-color: rgb(20,103,191); }

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