Html Css Color HEX #1467BB Denim

📋 copy color: '#1467BB'

red 20 ◦ green 103 ◦ blue 187

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

Shades of Denim #1467BB

Tints of Denim #1467BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 6.45%
G = 33.23%
B = 60.32%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1467BB (or 0x1467BB) is known color: Denim. HEX triplet: 14, 67 and BB. RGB value is (20,103,187). Sum of RGB (Red+Green+Blue) = 20+103+187=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #1467BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1467BB is #EB9844. Grayscale: #575757. Windows color (decimal): -15439941 or 12281620. OLE color: 12281620.

HSL color Cylindrical-coordinate representation of color #1467BB: hue angle of 210.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1467BB is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 103 187 -
CMYK 0.89 0.45 0 0.27
HSL 210.18º 0.81% 0.41% -
HSV(B) 210.18º 0.89% 0.73% -
XYZ 14.11 13.44 48.86 -
YUV 87.76 184 79.67 -
System Red Green Blue C M Y K H S L
Decimal 20 103 187 0.89 0.45 0 0.27 210.18 0.81 0.41
Hex 14 67 BB 59 2D 0 1B D2 51 29
Octal 24 147 273 131 55 0 33 322 121 51
Binary 10100 1100111 10111011 1011001 101101 0 11011 11010010 1010001 101001

Color Harmonies of #1467BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467BB

Black with #1467BB

Text Example


Text Example

White with #1467BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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