Html Css Color HEX #194183 Dark Cerulean

📋 copy color: '#194183'

red 25 ◦ green 65 ◦ blue 131

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

Shades of Dark Cerulean #194183

Tints of Dark Cerulean #194183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

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

R = 11.31%
G = 29.41%
B = 59.28%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#194183 (or 0x194183) is known color: Dark Cerulean. HEX triplet: 19, 41 and 83. RGB value is (25,65,131). Sum of RGB (Red+Green+Blue) = 25+65+131=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #194183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194183 is #E6BE7C. Grayscale: #3C3C3C. Windows color (decimal): -15122045 or 8601881. OLE color: 8601881.

HSL color Cylindrical-coordinate representation of color #194183: hue angle of 217.36º 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 #194183 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 65 131 -
CMYK 0.81 0.50 0 0.49
HSL 217.36º 0.68% 0.31% -
HSV(B) 217.36º 0.81% 0.51% -
XYZ 6.39 5.63 22.22 -
YUV 60.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 25 65 131 0.81 0.50 0 0.49 217.36 0.68 0.31
Hex 19 41 83 51 32 0 31 D9 44 1F
Octal 31 101 203 121 62 0 61 331 104 37
Binary 11001 1000001 10000011 1010001 110010 0 110001 11011001 1000100 11111

Color Harmonies of #194183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194183

Black with #194183

Text Example


Text Example

White with #194183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194183; }

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

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

background-color css

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

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

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

border-color css

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

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

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