#194278

Color #194278 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #194278

Tints of Dark Cerulean #194278

Color information

#194278 (or 0x194278) is unknown color: approx Dark Cerulean. HEX triplet: 19, 42 and 78. RGB value is (25,66,120). Sum of RGB (Red+Green+Blue) = 25+66+120=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #194278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194278 is #E6BD87. Grayscale: #3B3B3B. Windows color (decimal): -15121800 or 7881241. OLE color: 7881241.

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

Color convert

RGB2566120-
CMYK0.790.4500.53
HSL214.11º65.52%28.43%-
HSV(B)214.11º79.17%47.06%-
XYZ5.745.4618.52-
YUV59.9161.92103.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=11.85%
G=31.28%
B=56.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25661200.790.4500.53214.1165.5228.43
Hex1942784F2D035d6421c
Octal311021701175506532610234
Binary11001100001011110001001111101101011010111010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194278; }

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

 H1.HeaderClassName
 {
   color: #194278;
 }
 .AnyTagClassName
 {
   color: #194278;
 }
</style>
background-color css

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

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

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

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

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

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