Html Css Color HEX #194683 Dark Cerulean

📋 copy color: '#194683'

red 25 ◦ green 70 ◦ blue 131

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

Shades of Dark Cerulean #194683

Tints of Dark Cerulean #194683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 57.96%

R = 11.06%
G = 30.97%
B = 57.96%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#194683 (or 0x194683) is known color: Dark Cerulean. HEX triplet: 19, 46 and 83. RGB value is (25,70,131). Sum of RGB (Red+Green+Blue) = 25+70+131=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #194683 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194683 is #E6B97C. Grayscale: #3F3F3F. Windows color (decimal): -15120765 or 8603161. OLE color: 8603161.

HSL color Cylindrical-coordinate representation of color #194683: hue angle of 214.53º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194683 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 70 131 -
CMYK 0.81 0.47 0 0.49
HSL 214.53º 0.68% 0.31% -
HSV(B) 214.53º 0.81% 0.51% -
XYZ 6.69 6.23 22.32 -
YUV 63.5 166.09 100.54 -
System Red Green Blue C M Y K H S L
Decimal 25 70 131 0.81 0.47 0 0.49 214.53 0.68 0.31
Hex 19 46 83 51 2F 0 31 D7 44 1F
Octal 31 106 203 121 57 0 61 327 104 37
Binary 11001 1000110 10000011 1010001 101111 0 110001 11010111 1000100 11111

Color Harmonies of #194683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194683

Black with #194683

Text Example


Text Example

White with #194683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194683; }

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

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

background-color css

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

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

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

border-color css

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

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

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