Html Css Color HEX #194575 Dark Cerulean

📋 copy color: '#194575'

red 25 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #194575

Tints of Dark Cerulean #194575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 11.85%
G = 32.7%
B = 55.45%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194575 (or 0x194575) is known color: Dark Cerulean. HEX triplet: 19, 45 and 75. RGB value is (25,69,117). Sum of RGB (Red+Green+Blue) = 25+69+117=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #194575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194575 is #E6BA8A. Grayscale: #3D3D3D. Windows color (decimal): -15121035 or 7685401. OLE color: 7685401.

HSL color Cylindrical-coordinate representation of color #194575: hue angle of 211.3º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194575 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 69 117 -
CMYK 0.79 0.41 0 0.54
HSL 211.3º 0.65% 0.28% -
HSV(B) 211.3º 0.79% 0.46% -
XYZ 5.74 5.75 17.64 -
YUV 61.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 25 69 117 0.79 0.41 0 0.54 211.3 0.65 0.28
Hex 19 45 75 4F 29 0 36 D3 41 1C
Octal 31 105 165 117 51 0 66 323 101 34
Binary 11001 1000101 1110101 1001111 101001 0 110110 11010011 1000001 11100

Color Harmonies of #194575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194575

Black with #194575

Text Example


Text Example

White with #194575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194575; }

 p { color: rgb(25,69,117); }

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

background-color css

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

 a { background-color: rgb(25,69,117); }

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

border-color css

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

 span { border-color: rgb(25,69,117); }

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