Html Css Color HEX #1278BD Denim

📋 copy color: '#1278BD'

red 18 ◦ green 120 ◦ blue 189

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

Shades of Denim #1278BD

Tints of Denim #1278BD

RGB

 RED value IS 18 (7.42% from 255) = 5.5%

 GREEN value IS 120 (47.27% from 255) = 36.7%

 BLUE value IS 189 (74.22% from 255) = 57.8%

R = 5.5%
G = 36.7%
B = 57.8%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1278BD (or 0x1278BD) is known color: Denim. HEX triplet: 12, 78 and BD. RGB value is (18,120,189). Sum of RGB (Red+Green+Blue) = 18+120+189=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #1278BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278BD is #ED8742. Grayscale: #606060. Windows color (decimal): -15566659 or 12417042. OLE color: 12417042.

HSL color Cylindrical-coordinate representation of color #1278BD: hue angle of 204.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1278BD is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 120 189 -
CMYK 0.90 0.37 0 0.26
HSL 204.21º 0.83% 0.41% -
HSV(B) 204.21º 0.9% 0.74% -
XYZ 16.15 17.24 50.62 -
YUV 97.37 179.71 71.39 -
System Red Green Blue C M Y K H S L
Decimal 18 120 189 0.90 0.37 0 0.26 204.21 0.83 0.41
Hex 12 78 BD 5A 25 0 1A CC 53 29
Octal 22 170 275 132 45 0 32 314 123 51
Binary 10010 1111000 10111101 1011010 100101 0 11010 11001100 1010011 101001

Color Harmonies of #1278BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278BD

Black with #1278BD

Text Example


Text Example

White with #1278BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1278BD; }

 p { color: rgb(18,120,189); }

 H1.HeaderClassName
 {
   color: #1278BD;
 }
 .AnyTagClassName
 {
   color: #1278BD;
 }
</style>

background-color css

<style>
 a { background-color: #1278BD; }

 a { background-color: rgb(18,120,189); }

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

border-color css

<style>
 span { border-color: #1278BD; }

 span { border-color: rgb(18,120,189); }

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