Html Css Color HEX #193E7A Dark Cerulean

📋 copy color: '#193E7A'

red 25 ◦ green 62 ◦ blue 122

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

Shades of Dark Cerulean #193E7A

Tints of Dark Cerulean #193E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.67%

 BLUE value IS 122 (48.05% from 255) = 58.37%

R = 11.96%
G = 29.67%
B = 58.37%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#193E7A (or 0x193E7A) is known color: Dark Cerulean. HEX triplet: 19, 3E and 7A. RGB value is (25,62,122). Sum of RGB (Red+Green+Blue) = 25+62+122=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #193E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E7A is #E6C185. Grayscale: #393939. Windows color (decimal): -15122822 or 8011289. OLE color: 8011289.

HSL color Cylindrical-coordinate representation of color #193E7A: hue angle of 217.11º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193E7A is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 62 122 -
CMYK 0.80 0.49 0 0.52
HSL 217.11º 0.66% 0.29% -
HSV(B) 217.11º 0.8% 0.48% -
XYZ 5.64 5.06 19.09 -
YUV 57.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 25 62 122 0.80 0.49 0 0.52 217.11 0.66 0.29
Hex 19 3E 7A 50 31 0 34 D9 42 1D
Octal 31 76 172 120 61 0 64 331 102 35
Binary 11001 111110 1111010 1010000 110001 0 110100 11011001 1000010 11101

Color Harmonies of #193E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193E7A

Black with #193E7A

Text Example


Text Example

White with #193E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,62,122); }

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

background-color css

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

 a { background-color: rgb(25,62,122); }

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

border-color css

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

 span { border-color: rgb(25,62,122); }

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