Html Css Color HEX #1251CF Denim

📋 copy color: '#1251CF'

red 18 ◦ green 81 ◦ blue 207

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

Shades of Denim #1251CF

Tints of Denim #1251CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.65%

R = 5.88%
G = 26.47%
B = 67.65%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1251CF (or 0x1251CF) is known color: Denim. HEX triplet: 12, 51 and CF. RGB value is (18,81,207). Sum of RGB (Red+Green+Blue) = 18+81+207=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #1251CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1251CF is #EDAE30. Grayscale: #4B4B4B. Windows color (decimal): -15576625 or 13586706. OLE color: 13586706.

HSL color Cylindrical-coordinate representation of color #1251CF: hue angle of 220º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1251CF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 81 207 -
CMYK 0.91 0.61 0 0.19
HSL 220º 0.84% 0.44% -
HSV(B) 220º 0.91% 0.81% -
XYZ 14.45 10.52 60.3 -
YUV 76.53 201.63 86.25 -
System Red Green Blue C M Y K H S L
Decimal 18 81 207 0.91 0.61 0 0.19 220 0.84 0.44
Hex 12 51 CF 5B 3D 0 13 DC 54 2C
Octal 22 121 317 133 75 0 23 334 124 54
Binary 10010 1010001 11001111 1011011 111101 0 10011 11011100 1010100 101100

Color Harmonies of #1251CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251CF

Black with #1251CF

Text Example


Text Example

White with #1251CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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