Html Css Color HEX #193F6F Dark Cerulean

📋 copy color: '#193F6F'

red 25 ◦ green 63 ◦ blue 111

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

Shades of Dark Cerulean #193F6F

Tints of Dark Cerulean #193F6F

RGB

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

 GREEN value IS 63 (25% from 255) = 31.66%

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 12.56%
G = 31.66%
B = 55.78%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#193F6F (or 0x193F6F) is known color: Dark Cerulean. HEX triplet: 19, 3F and 6F. RGB value is (25,63,111). Sum of RGB (Red+Green+Blue) = 25+63+111=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #193F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F6F is #E6C090. Grayscale: #383838. Windows color (decimal): -15122577 or 7290649. OLE color: 7290649.

HSL color Cylindrical-coordinate representation of color #193F6F: hue angle of 213.49º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #193F6F is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 63 111 -
CMYK 0.77 0.43 0 0.56
HSL 213.49º 0.63% 0.27% -
HSV(B) 213.49º 0.77% 0.44% -
XYZ 5.05 4.91 15.72 -
YUV 57.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 25 63 111 0.77 0.43 0 0.56 213.49 0.63 0.27
Hex 19 3F 6F 4D 2B 0 38 D5 3F 1B
Octal 31 77 157 115 53 0 70 325 77 33
Binary 11001 111111 1101111 1001101 101011 0 111000 11010101 111111 11011

Color Harmonies of #193F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193F6F

Black with #193F6F

Text Example


Text Example

White with #193F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,63,111); }

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

background-color css

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

 a { background-color: rgb(25,63,111); }

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

border-color css

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

 span { border-color: rgb(25,63,111); }

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