Html Css Color HEX #194275 Dark Cerulean

📋 copy color: '#194275'

red 25 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #194275

Tints of Dark Cerulean #194275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 12.02%
G = 31.73%
B = 56.25%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#194275 (or 0x194275) is known color: Dark Cerulean. HEX triplet: 19, 42 and 75. RGB value is (25,66,117). Sum of RGB (Red+Green+Blue) = 25+66+117=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #194275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194275 is #E6BD8A. Grayscale: #3B3B3B. Windows color (decimal): -15121803 or 7684633. OLE color: 7684633.

HSL color Cylindrical-coordinate representation of color #194275: hue angle of 213.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194275 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 66 117 -
CMYK 0.79 0.44 0 0.54
HSL 213.26º 0.65% 0.28% -
HSV(B) 213.26º 0.79% 0.46% -
XYZ 5.56 5.39 17.58 -
YUV 59.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 25 66 117 0.79 0.44 0 0.54 213.26 0.65 0.28
Hex 19 42 75 4F 2C 0 36 D5 41 1C
Octal 31 102 165 117 54 0 66 325 101 34
Binary 11001 1000010 1110101 1001111 101100 0 110110 11010101 1000001 11100

Color Harmonies of #194275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194275

Black with #194275

Text Example


Text Example

White with #194275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194275; }

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

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

background-color css

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

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

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

border-color css

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

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

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