Html Css Color HEX #193B83 Dark Cerulean

📋 copy color: '#193B83'

red 25 ◦ green 59 ◦ blue 131

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

Shades of Dark Cerulean #193B83

Tints of Dark Cerulean #193B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 60.93%

R = 11.63%
G = 27.44%
B = 60.93%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#193B83 (or 0x193B83) is known color: Dark Cerulean. HEX triplet: 19, 3B and 83. RGB value is (25,59,131). Sum of RGB (Red+Green+Blue) = 25+59+131=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #193B83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193B83 is #E6C47C. Grayscale: #383838. Windows color (decimal): -15123581 or 8600345. OLE color: 8600345.

HSL color Cylindrical-coordinate representation of color #193B83: hue angle of 220.75º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193B83 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 59 131 -
CMYK 0.81 0.55 0 0.49
HSL 220.75º 0.68% 0.31% -
HSV(B) 220.75º 0.81% 0.51% -
XYZ 6.06 4.97 22.11 -
YUV 57.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 25 59 131 0.81 0.55 0 0.49 220.75 0.68 0.31
Hex 19 3B 83 51 37 0 31 DD 44 1F
Octal 31 73 203 121 67 0 61 335 104 37
Binary 11001 111011 10000011 1010001 110111 0 110001 11011101 1000100 11111

Color Harmonies of #193B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193B83

Black with #193B83

Text Example


Text Example

White with #193B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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