Html Css Color HEX #19438C Dark Cerulean

📋 copy color: '#19438C'

red 25 ◦ green 67 ◦ blue 140

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

Shades of Dark Cerulean #19438C

Tints of Dark Cerulean #19438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.34%

R = 10.78%
G = 28.88%
B = 60.34%

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

#19438C (or 0x19438C) is known color: Dark Cerulean. HEX triplet: 19, 43 and 8C. RGB value is (25,67,140). Sum of RGB (Red+Green+Blue) = 25+67+140=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #19438C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19438C is #E6BC73. Grayscale: #3E3E3E. Windows color (decimal): -15121524 or 9192217. OLE color: 9192217.

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

Color convert

RGB 25 67 140 -
CMYK 0.82 0.52 0 0.45
HSL 218.09º 0.7% 0.32% -
HSV(B) 218.09º 0.82% 0.55% -
XYZ 7.14 6.11 25.61 -
YUV 62.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 25 67 140 0.82 0.52 0 0.45 218.09 0.7 0.32
Hex 19 43 8C 52 34 0 2D DA 46 20
Octal 31 103 214 122 64 0 55 332 106 40
Binary 11001 1000011 10001100 1010010 110100 0 101101 11011010 1000110 100000

Color Harmonies of #19438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19438C

Black with #19438C

Text Example


Text Example

White with #19438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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