Html Css Color HEX #19438D Dark Cerulean

📋 copy color: '#19438D'

red 25 ◦ green 67 ◦ blue 141

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

Shades of Dark Cerulean #19438D

Tints of Dark Cerulean #19438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 10.73%
G = 28.76%
B = 60.52%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19438D (or 0x19438D) is known color: Dark Cerulean. HEX triplet: 19, 43 and 8D. RGB value is (25,67,141). Sum of RGB (Red+Green+Blue) = 25+67+141=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #19438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19438D is #E6BC72. Grayscale: #3E3E3E. Windows color (decimal): -15121523 or 9257753. OLE color: 9257753.

HSL color Cylindrical-coordinate representation of color #19438D: hue angle of 218.28º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19438D is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 67 141 -
CMYK 0.82 0.52 0 0.45
HSL 218.28º 0.7% 0.33% -
HSV(B) 218.28º 0.82% 0.55% -
XYZ 7.22 6.14 26 -
YUV 62.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 25 67 141 0.82 0.52 0 0.45 218.28 0.7 0.33
Hex 19 43 8D 52 34 0 2D DA 46 21
Octal 31 103 215 122 64 0 55 332 106 41
Binary 11001 1000011 10001101 1010010 110100 0 101101 11011010 1000110 100001

Color Harmonies of #19438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19438D

Black with #19438D

Text Example


Text Example

White with #19438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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