Html Css Color HEX #197DAD Cerulean

📋 copy color: '#197DAD'

red 25 ◦ green 125 ◦ blue 173

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

Shades of Cerulean #197DAD

Tints of Cerulean #197DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.7%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 7.74%
G = 38.7%
B = 53.56%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#197DAD (or 0x197DAD) is known color: Cerulean. HEX triplet: 19, 7D and AD. RGB value is (25,125,173). Sum of RGB (Red+Green+Blue) = 25+125+173=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #197DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197DAD is #E68252. Grayscale: #646464. Windows color (decimal): -15106643 or 11369753. OLE color: 11369753.

HSL color Cylindrical-coordinate representation of color #197DAD: hue angle of 199.46º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197DAD is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 125 173 -
CMYK 0.86 0.28 0 0.32
HSL 199.46º 0.75% 0.39% -
HSV(B) 199.46º 0.86% 0.68% -
XYZ 15.28 17.89 42.18 -
YUV 100.57 168.87 74.1 -
System Red Green Blue C M Y K H S L
Decimal 25 125 173 0.86 0.28 0 0.32 199.46 0.75 0.39
Hex 19 7D AD 56 1C 0 20 C7 4B 27
Octal 31 175 255 126 34 0 40 307 113 47
Binary 11001 1111101 10101101 1010110 11100 0 100000 11000111 1001011 100111

Color Harmonies of #197DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DAD

Black with #197DAD

Text Example


Text Example

White with #197DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197DAD; }

 p { color: rgb(25,125,173); }

 H1.HeaderClassName
 {
   color: #197DAD;
 }
 .AnyTagClassName
 {
   color: #197DAD;
 }
</style>

background-color css

<style>
 a { background-color: #197DAD; }

 a { background-color: rgb(25,125,173); }

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

border-color css

<style>
 span { border-color: #197DAD; }

 span { border-color: rgb(25,125,173); }

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