Html Css Color HEX #193B89 Dark Cerulean

📋 copy color: '#193B89'

red 25 ◦ green 59 ◦ blue 137

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

Shades of Dark Cerulean #193B89

Tints of Dark Cerulean #193B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.99%

R = 11.31%
G = 26.7%
B = 61.99%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#193B89 (or 0x193B89) is known color: Dark Cerulean. HEX triplet: 19, 3B and 89. RGB value is (25,59,137). Sum of RGB (Red+Green+Blue) = 25+59+137=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #193B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B89 is #E6C476. Grayscale: #393939. Windows color (decimal): -15123575 or 8993561. OLE color: 8993561.

HSL color Cylindrical-coordinate representation of color #193B89: hue angle of 221.79º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193B89 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 59 137 -
CMYK 0.82 0.57 0 0.46
HSL 221.79º 0.69% 0.32% -
HSV(B) 221.79º 0.82% 0.54% -
XYZ 6.48 5.14 24.32 -
YUV 57.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 25 59 137 0.82 0.57 0 0.46 221.79 0.69 0.32
Hex 19 3B 89 52 39 0 2E DE 45 20
Octal 31 73 211 122 71 0 56 336 105 40
Binary 11001 111011 10001001 1010010 111001 0 101110 11011110 1000101 100000

Color Harmonies of #193B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B89

Black with #193B89

Text Example


Text Example

White with #193B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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