Html Css Color HEX #194672 Dark Cerulean

📋 copy color: '#194672'

red 25 ◦ green 70 ◦ blue 114

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

Shades of Dark Cerulean #194672

Tints of Dark Cerulean #194672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

 BLUE value IS 114 (44.92% from 255) = 54.55%

R = 11.96%
G = 33.49%
B = 54.55%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194672 (or 0x194672) is known color: Dark Cerulean. HEX triplet: 19, 46 and 72. RGB value is (25,70,114). Sum of RGB (Red+Green+Blue) = 25+70+114=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #194672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194672 is #E6B98D. Grayscale: #3D3D3D. Windows color (decimal): -15120782 or 7489049. OLE color: 7489049.

HSL color Cylindrical-coordinate representation of color #194672: hue angle of 209.66º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194672 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 70 114 -
CMYK 0.78 0.39 0 0.55
HSL 209.66º 0.64% 0.27% -
HSV(B) 209.66º 0.78% 0.45% -
XYZ 5.63 5.8 16.74 -
YUV 61.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 25 70 114 0.78 0.39 0 0.55 209.66 0.64 0.27
Hex 19 46 72 4E 27 0 37 D2 40 1B
Octal 31 106 162 116 47 0 67 322 100 33
Binary 11001 1000110 1110010 1001110 100111 0 110111 11010010 1000000 11011

Color Harmonies of #194672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194672

Black with #194672

Text Example


Text Example

White with #194672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194672; }

 p { color: rgb(25,70,114); }

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

background-color css

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

 a { background-color: rgb(25,70,114); }

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

border-color css

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

 span { border-color: rgb(25,70,114); }

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