Html Css Color HEX #194070 Dark Cerulean

📋 copy color: '#194070'

red 25 ◦ green 64 ◦ blue 112

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

Shades of Dark Cerulean #194070

Tints of Dark Cerulean #194070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 12.44%
G = 31.84%
B = 55.72%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194070 (or 0x194070) is known color: Dark Cerulean. HEX triplet: 19, 40 and 70. RGB value is (25,64,112). Sum of RGB (Red+Green+Blue) = 25+64+112=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #194070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194070 is #E6BF8F. Grayscale: #393939. Windows color (decimal): -15122320 or 7356441. OLE color: 7356441.

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

Color convert

RGB 25 64 112 -
CMYK 0.78 0.43 0 0.56
HSL 213.1º 0.64% 0.27% -
HSV(B) 213.1º 0.78% 0.44% -
XYZ 5.16 5.04 16.03 -
YUV 57.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 25 64 112 0.78 0.43 0 0.56 213.1 0.64 0.27
Hex 19 40 70 4E 2B 0 38 D5 40 1B
Octal 31 100 160 116 53 0 70 325 100 33
Binary 11001 1000000 1110000 1001110 101011 0 111000 11010101 1000000 11011

Color Harmonies of #194070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194070

Black with #194070

Text Example


Text Example

White with #194070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194070; }

 p { color: rgb(25,64,112); }

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

background-color css

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

 a { background-color: rgb(25,64,112); }

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

border-color css

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

 span { border-color: rgb(25,64,112); }

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