Html Css Color HEX #194375 Dark Cerulean

📋 copy color: '#194375'

red 25 ◦ green 67 ◦ blue 117

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

Shades of Dark Cerulean #194375

Tints of Dark Cerulean #194375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

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

R = 11.96%
G = 32.06%
B = 55.98%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194375 (or 0x194375) is known color: Dark Cerulean. HEX triplet: 19, 43 and 75. RGB value is (25,67,117). Sum of RGB (Red+Green+Blue) = 25+67+117=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #194375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194375 is #E6BC8A. Grayscale: #3B3B3B. Windows color (decimal): -15121547 or 7684889. OLE color: 7684889.

HSL color Cylindrical-coordinate representation of color #194375: hue angle of 212.61º 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 #194375 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 67 117 -
CMYK 0.79 0.43 0 0.54
HSL 212.61º 0.65% 0.28% -
HSV(B) 212.61º 0.79% 0.46% -
XYZ 5.62 5.51 17.6 -
YUV 60.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 25 67 117 0.79 0.43 0 0.54 212.61 0.65 0.28
Hex 19 43 75 4F 2B 0 36 D5 41 1C
Octal 31 103 165 117 53 0 66 325 101 34
Binary 11001 1000011 1110101 1001111 101011 0 110110 11010101 1000001 11100

Color Harmonies of #194375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194375

Black with #194375

Text Example


Text Example

White with #194375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194375; }

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

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

background-color css

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

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

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

border-color css

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

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

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