Html Css Color HEX #1251BB Denim

📋 copy color: '#1251BB'

red 18 ◦ green 81 ◦ blue 187

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

Shades of Denim #1251BB

Tints of Denim #1251BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

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

R = 6.29%
G = 28.32%
B = 65.38%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1251BB (or 0x1251BB) is known color: Denim. HEX triplet: 12, 51 and BB. RGB value is (18,81,187). Sum of RGB (Red+Green+Blue) = 18+81+187=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #1251BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1251BB is #EDAE44. Grayscale: #494949. Windows color (decimal): -15576645 or 12275986. OLE color: 12275986.

HSL color Cylindrical-coordinate representation of color #1251BB: hue angle of 217.63º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1251BB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 81 187 -
CMYK 0.90 0.57 0 0.27
HSL 217.63º 0.82% 0.4% -
HSV(B) 217.63º 0.9% 0.73% -
XYZ 12.16 9.6 48.23 -
YUV 74.25 191.63 87.88 -
System Red Green Blue C M Y K H S L
Decimal 18 81 187 0.90 0.57 0 0.27 217.63 0.82 0.4
Hex 12 51 BB 5A 39 0 1B DA 52 28
Octal 22 121 273 132 71 0 33 332 122 50
Binary 10010 1010001 10111011 1011010 111001 0 11011 11011010 1010010 101000

Color Harmonies of #1251BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251BB

Black with #1251BB

Text Example


Text Example

White with #1251BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,81,187); }

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

background-color css

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

 a { background-color: rgb(18,81,187); }

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

border-color css

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

 span { border-color: rgb(18,81,187); }

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