Html Css Color HEX #193A7E Dark Cerulean

📋 copy color: '#193A7E'

red 25 ◦ green 58 ◦ blue 126

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

Shades of Dark Cerulean #193A7E

Tints of Dark Cerulean #193A7E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.75%

 BLUE value IS 126 (49.61% from 255) = 60.29%

R = 11.96%
G = 27.75%
B = 60.29%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#193A7E (or 0x193A7E) is known color: Dark Cerulean. HEX triplet: 19, 3A and 7E. RGB value is (25,58,126). Sum of RGB (Red+Green+Blue) = 25+58+126=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #193A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A7E is #E6C581. Grayscale: #373737. Windows color (decimal): -15123842 or 8272409. OLE color: 8272409.

HSL color Cylindrical-coordinate representation of color #193A7E: hue angle of 220.4º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193A7E is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 58 126 -
CMYK 0.80 0.54 0 0.51
HSL 220.4º 0.67% 0.3% -
HSV(B) 220.4º 0.8% 0.49% -
XYZ 5.68 4.74 20.35 -
YUV 55.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 25 58 126 0.80 0.54 0 0.51 220.4 0.67 0.3
Hex 19 3A 7E 50 36 0 33 DC 43 1E
Octal 31 72 176 120 66 0 63 334 103 36
Binary 11001 111010 1111110 1010000 110110 0 110011 11011100 1000011 11110

Color Harmonies of #193A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A7E

Black with #193A7E

Text Example


Text Example

White with #193A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193A7E; }

 p { color: rgb(25,58,126); }

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

background-color css

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

 a { background-color: rgb(25,58,126); }

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

border-color css

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

 span { border-color: rgb(25,58,126); }

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