Html Css Color HEX #194388 Dark Cerulean

📋 copy color: '#194388'

red 25 ◦ green 67 ◦ blue 136

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

Shades of Dark Cerulean #194388

Tints of Dark Cerulean #194388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

 BLUE value IS 136 (53.52% from 255) = 59.65%

R = 10.96%
G = 29.39%
B = 59.65%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#194388 (or 0x194388) is known color: Dark Cerulean. HEX triplet: 19, 43 and 88. RGB value is (25,67,136). Sum of RGB (Red+Green+Blue) = 25+67+136=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #194388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194388 is #E6BC77. Grayscale: #3D3D3D. Windows color (decimal): -15121528 or 8930073. OLE color: 8930073.

HSL color Cylindrical-coordinate representation of color #194388: hue angle of 217.3º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194388 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 67 136 -
CMYK 0.82 0.51 0 0.47
HSL 217.3º 0.69% 0.32% -
HSV(B) 217.3º 0.82% 0.53% -
XYZ 6.85 6 24.09 -
YUV 62.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 25 67 136 0.82 0.51 0 0.47 217.3 0.69 0.32
Hex 19 43 88 52 33 0 2F D9 45 20
Octal 31 103 210 122 63 0 57 331 105 40
Binary 11001 1000011 10001000 1010010 110011 0 101111 11011001 1000101 100000

Color Harmonies of #194388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194388

Black with #194388

Text Example


Text Example

White with #194388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194388; }

 p { color: rgb(25,67,136); }

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

background-color css

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

 a { background-color: rgb(25,67,136); }

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

border-color css

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

 span { border-color: rgb(25,67,136); }

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