Html Css Color HEX #193C8B Dark Cerulean

📋 copy color: '#193C8B'

red 25 ◦ green 60 ◦ blue 139

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

Shades of Dark Cerulean #193C8B

Tints of Dark Cerulean #193C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.79%

 BLUE value IS 139 (54.69% from 255) = 62.05%

R = 11.16%
G = 26.79%
B = 62.05%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#193C8B (or 0x193C8B) is known color: Dark Cerulean. HEX triplet: 19, 3C and 8B. RGB value is (25,60,139). Sum of RGB (Red+Green+Blue) = 25+60+139=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #193C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193C8B is #E6C374. Grayscale: #3A3A3A. Windows color (decimal): -15123317 or 9124889. OLE color: 9124889.

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

Color convert

RGB 25 60 139 -
CMYK 0.82 0.57 0 0.45
HSL 221.58º 0.7% 0.32% -
HSV(B) 221.58º 0.82% 0.55% -
XYZ 6.68 5.3 25.1 -
YUV 58.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 25 60 139 0.82 0.57 0 0.45 221.58 0.7 0.32
Hex 19 3C 8B 52 39 0 2D DE 46 20
Octal 31 74 213 122 71 0 55 336 106 40
Binary 11001 111100 10001011 1010010 111001 0 101101 11011110 1000110 100000

Color Harmonies of #193C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C8B

Black with #193C8B

Text Example


Text Example

White with #193C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,139); }

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

background-color css

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

 a { background-color: rgb(25,60,139); }

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

border-color css

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

 span { border-color: rgb(25,60,139); }

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