Html Css Color HEX #1967AB Denim

📋 copy color: '#1967AB'

red 25 ◦ green 103 ◦ blue 171

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

Shades of Denim #1967AB

Tints of Denim #1967AB

RGB

 RED value IS 25 (10.16% from 255) = 8.36%

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 8.36%
G = 34.45%
B = 57.19%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1967AB (or 0x1967AB) is known color: Denim. HEX triplet: 19, 67 and AB. RGB value is (25,103,171). Sum of RGB (Red+Green+Blue) = 25+103+171=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #1967AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1967AB is #E69854. Grayscale: #575757. Windows color (decimal): -15112277 or 11233049. OLE color: 11233049.

HSL color Cylindrical-coordinate representation of color #1967AB: hue angle of 207.95º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1967AB is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 103 171 -
CMYK 0.85 0.40 0 0.33
HSL 207.95º 0.74% 0.38% -
HSV(B) 207.95º 0.85% 0.67% -
XYZ 12.6 12.85 40.34 -
YUV 87.43 175.16 83.47 -
System Red Green Blue C M Y K H S L
Decimal 25 103 171 0.85 0.40 0 0.33 207.95 0.74 0.38
Hex 19 67 AB 55 28 0 21 D0 4A 26
Octal 31 147 253 125 50 0 41 320 112 46
Binary 11001 1100111 10101011 1010101 101000 0 100001 11010000 1001010 100110

Color Harmonies of #1967AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967AB

Black with #1967AB

Text Example


Text Example

White with #1967AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1967AB; }

 p { color: rgb(25,103,171); }

 H1.HeaderClassName
 {
   color: #1967AB;
 }
 .AnyTagClassName
 {
   color: #1967AB;
 }
</style>

background-color css

<style>
 a { background-color: #1967AB; }

 a { background-color: rgb(25,103,171); }

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

border-color css

<style>
 span { border-color: #1967AB; }

 span { border-color: rgb(25,103,171); }

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