Html Css Color HEX #194883 Dark Cerulean

📋 copy color: '#194883'

red 25 ◦ green 72 ◦ blue 131

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

Shades of Dark Cerulean #194883

Tints of Dark Cerulean #194883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 10.96%
G = 31.58%
B = 57.46%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#194883 (or 0x194883) is known color: Dark Cerulean. HEX triplet: 19, 48 and 83. RGB value is (25,72,131). Sum of RGB (Red+Green+Blue) = 25+72+131=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #194883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194883 is #E6B77C. Grayscale: #404040. Windows color (decimal): -15120253 or 8603673. OLE color: 8603673.

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

Color convert

RGB 25 72 131 -
CMYK 0.81 0.45 0 0.49
HSL 213.4º 0.68% 0.31% -
HSV(B) 213.4º 0.81% 0.51% -
XYZ 6.82 6.48 22.36 -
YUV 64.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 25 72 131 0.81 0.45 0 0.49 213.4 0.68 0.31
Hex 19 48 83 51 2D 0 31 D5 44 1F
Octal 31 110 203 121 55 0 61 325 104 37
Binary 11001 1001000 10000011 1010001 101101 0 110001 11010101 1000100 11111

Color Harmonies of #194883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194883

Black with #194883

Text Example


Text Example

White with #194883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194883; }

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

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

background-color css

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

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

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

border-color css

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

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

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