Html Css Color HEX #1252CF Denim

📋 copy color: '#1252CF'

red 18 ◦ green 82 ◦ blue 207

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

Shades of Denim #1252CF

Tints of Denim #1252CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

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

R = 5.86%
G = 26.71%
B = 67.43%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1252CF (or 0x1252CF) is known color: Denim. HEX triplet: 12, 52 and CF. RGB value is (18,82,207). Sum of RGB (Red+Green+Blue) = 18+82+207=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #1252CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1252CF is #EDAD30. Grayscale: #4C4C4C. Windows color (decimal): -15576369 or 13586962. OLE color: 13586962.

HSL color Cylindrical-coordinate representation of color #1252CF: hue angle of 219.68º 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 #1252CF is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 82 207 -
CMYK 0.91 0.60 0 0.19
HSL 219.68º 0.84% 0.44% -
HSV(B) 219.68º 0.91% 0.81% -
XYZ 14.53 10.67 60.32 -
YUV 77.11 201.3 85.84 -
System Red Green Blue C M Y K H S L
Decimal 18 82 207 0.91 0.60 0 0.19 219.68 0.84 0.44
Hex 12 52 CF 5B 3C 0 13 DC 54 2C
Octal 22 122 317 133 74 0 23 334 124 54
Binary 10010 1010010 11001111 1011011 111100 0 10011 11011100 1010100 101100

Color Harmonies of #1252CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1252CF

Black with #1252CF

Text Example


Text Example

White with #1252CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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