Html Css Color HEX #193885 Dark Cerulean

📋 copy color: '#193885'

red 25 ◦ green 56 ◦ blue 133

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

Shades of Dark Cerulean #193885

Tints of Dark Cerulean #193885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.17%

 BLUE value IS 133 (52.34% from 255) = 62.15%

R = 11.68%
G = 26.17%
B = 62.15%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#193885 (or 0x193885) is known color: Dark Cerulean. HEX triplet: 19, 38 and 85. RGB value is (25,56,133). Sum of RGB (Red+Green+Blue) = 25+56+133=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #193885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193885 is #E6C77A. Grayscale: #373737. Windows color (decimal): -15124347 or 8730649. OLE color: 8730649.

HSL color Cylindrical-coordinate representation of color #193885: hue angle of 222.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193885 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 56 133 -
CMYK 0.81 0.58 0 0.48
HSL 222.78º 0.68% 0.31% -
HSV(B) 222.78º 0.81% 0.52% -
XYZ 6.05 4.73 22.78 -
YUV 55.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 25 56 133 0.81 0.58 0 0.48 222.78 0.68 0.31
Hex 19 38 85 51 3A 0 30 DF 44 1F
Octal 31 70 205 121 72 0 60 337 104 37
Binary 11001 111000 10000101 1010001 111010 0 110000 11011111 1000100 11111

Color Harmonies of #193885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193885

Black with #193885

Text Example


Text Example

White with #193885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193885; }

 p { color: rgb(25,56,133); }

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

background-color css

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

 a { background-color: rgb(25,56,133); }

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

border-color css

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

 span { border-color: rgb(25,56,133); }

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