Html Css Color HEX #12649F Denim

📋 copy color: '#12649F'

red 18 ◦ green 100 ◦ blue 159

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

Shades of Denim #12649F

Tints of Denim #12649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 6.5%
G = 36.1%
B = 57.4%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12649F (or 0x12649F) is known color: Denim. HEX triplet: 12, 64 and 9F. RGB value is (18,100,159). Sum of RGB (Red+Green+Blue) = 18+100+159=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #12649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12649F is #ED9B60. Grayscale: #515151. Windows color (decimal): -15571809 or 10445842. OLE color: 10445842.

HSL color Cylindrical-coordinate representation of color #12649F: hue angle of 205.11º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12649F is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 100 159 -
CMYK 0.89 0.37 0 0.38
HSL 205.11º 0.8% 0.35% -
HSV(B) 205.11º 0.89% 0.62% -
XYZ 11.06 11.75 34.48 -
YUV 82.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 18 100 159 0.89 0.37 0 0.38 205.11 0.8 0.35
Hex 12 64 9F 59 25 0 26 CD 50 23
Octal 22 144 237 131 45 0 46 315 120 43
Binary 10010 1100100 10011111 1011001 100101 0 100110 11001101 1010000 100011

Color Harmonies of #12649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12649F

Black with #12649F

Text Example


Text Example

White with #12649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12649F; }

 p { color: rgb(18,100,159); }

 H1.HeaderClassName
 {
   color: #12649F;
 }
 .AnyTagClassName
 {
   color: #12649F;
 }
</style>

background-color css

<style>
 a { background-color: #12649F; }

 a { background-color: rgb(18,100,159); }

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

border-color css

<style>
 span { border-color: #12649F; }

 span { border-color: rgb(18,100,159); }

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