Html Css Color HEX #194270 Dark Cerulean

📋 copy color: '#194270'

red 25 ◦ green 66 ◦ blue 112

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

Shades of Dark Cerulean #194270

Tints of Dark Cerulean #194270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 12.32%
G = 32.51%
B = 55.17%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#194270 (or 0x194270) is known color: Dark Cerulean. HEX triplet: 19, 42 and 70. RGB value is (25,66,112). Sum of RGB (Red+Green+Blue) = 25+66+112=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #194270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194270 is #E6BD8F. Grayscale: #3A3A3A. Windows color (decimal): -15121808 or 7356953. OLE color: 7356953.

HSL color Cylindrical-coordinate representation of color #194270: hue angle of 211.72º 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 #194270 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 66 112 -
CMYK 0.78 0.41 0 0.56
HSL 211.72º 0.64% 0.27% -
HSV(B) 211.72º 0.78% 0.44% -
XYZ 5.27 5.27 16.07 -
YUV 58.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 25 66 112 0.78 0.41 0 0.56 211.72 0.64 0.27
Hex 19 42 70 4E 29 0 38 D4 40 1B
Octal 31 102 160 116 51 0 70 324 100 33
Binary 11001 1000010 1110000 1001110 101001 0 111000 11010100 1000000 11011

Color Harmonies of #194270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194270

Black with #194270

Text Example


Text Example

White with #194270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194270; }

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

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

background-color css

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

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

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

border-color css

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

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

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