Html Css Color HEX #193B85 Dark Cerulean

📋 copy color: '#193B85'

red 25 ◦ green 59 ◦ blue 133

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

Shades of Dark Cerulean #193B85

Tints of Dark Cerulean #193B85

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.19%

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

R = 11.52%
G = 27.19%
B = 61.29%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#193B85 (or 0x193B85) is known color: Dark Cerulean. HEX triplet: 19, 3B and 85. RGB value is (25,59,133). Sum of RGB (Red+Green+Blue) = 25+59+133=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #193B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B85 is #E6C47A. Grayscale: #383838. Windows color (decimal): -15123579 or 8731417. OLE color: 8731417.

HSL color Cylindrical-coordinate representation of color #193B85: hue angle of 221.11º 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 #193B85 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 59 133 -
CMYK 0.81 0.56 0 0.48
HSL 221.11º 0.68% 0.31% -
HSV(B) 221.11º 0.81% 0.52% -
XYZ 6.2 5.03 22.83 -
YUV 57.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 25 59 133 0.81 0.56 0 0.48 221.11 0.68 0.31
Hex 19 3B 85 51 38 0 30 DD 44 1F
Octal 31 73 205 121 70 0 60 335 104 37
Binary 11001 111011 10000101 1010001 111000 0 110000 11011101 1000100 11111

Color Harmonies of #193B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B85

Black with #193B85

Text Example


Text Example

White with #193B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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