Html Css Color HEX #194678 Dark Cerulean

📋 copy color: '#194678'

red 25 ◦ green 70 ◦ blue 120

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

Shades of Dark Cerulean #194678

Tints of Dark Cerulean #194678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 11.63%
G = 32.56%
B = 55.81%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194678 (or 0x194678) is known color: Dark Cerulean. HEX triplet: 19, 46 and 78. RGB value is (25,70,120). Sum of RGB (Red+Green+Blue) = 25+70+120=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #194678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194678 is #E6B987. Grayscale: #3E3E3E. Windows color (decimal): -15120776 or 7882265. OLE color: 7882265.

HSL color Cylindrical-coordinate representation of color #194678: hue angle of 211.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194678 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 70 120 -
CMYK 0.79 0.42 0 0.53
HSL 211.58º 0.66% 0.28% -
HSV(B) 211.58º 0.79% 0.47% -
XYZ 5.98 5.94 18.6 -
YUV 62.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 25 70 120 0.79 0.42 0 0.53 211.58 0.66 0.28
Hex 19 46 78 4F 2A 0 35 D4 42 1C
Octal 31 106 170 117 52 0 65 324 102 34
Binary 11001 1000110 1111000 1001111 101010 0 110101 11010100 1000010 11100

Color Harmonies of #194678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194678

Black with #194678

Text Example


Text Example

White with #194678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194678; }

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

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

background-color css

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

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

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

border-color css

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

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

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