Html Css Color HEX #193A7F Dark Cerulean

📋 copy color: '#193A7F'

red 25 ◦ green 58 ◦ blue 127

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

Shades of Dark Cerulean #193A7F

Tints of Dark Cerulean #193A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.48%

R = 11.9%
G = 27.62%
B = 60.48%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#193A7F (or 0x193A7F) is known color: Dark Cerulean. HEX triplet: 19, 3A and 7F. RGB value is (25,58,127). Sum of RGB (Red+Green+Blue) = 25+58+127=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #193A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A7F is #E6C580. Grayscale: #373737. Windows color (decimal): -15123841 or 8337945. OLE color: 8337945.

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

Color convert

RGB 25 58 127 -
CMYK 0.80 0.54 0 0.50
HSL 220.59º 0.67% 0.3% -
HSV(B) 220.59º 0.8% 0.5% -
XYZ 5.74 4.77 20.7 -
YUV 56 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 25 58 127 0.80 0.54 0 0.50 220.59 0.67 0.3
Hex 19 3A 7F 50 36 0 32 DD 43 1E
Octal 31 72 177 120 66 0 62 335 103 36
Binary 11001 111010 1111111 1010000 110110 0 110010 11011101 1000011 11110

Color Harmonies of #193A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A7F

Black with #193A7F

Text Example


Text Example

White with #193A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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