Html Css Color HEX #13377A Dark Cerulean

📋 copy color: '#13377A'

red 19 ◦ green 55 ◦ blue 122

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

Shades of Dark Cerulean #13377A

Tints of Dark Cerulean #13377A

RGB

 RED value IS 19 (7.81% from 255) = 9.69%

 GREEN value IS 55 (21.88% from 255) = 28.06%

 BLUE value IS 122 (48.05% from 255) = 62.24%

R = 9.69%
G = 28.06%
B = 62.24%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13377A (or 0x13377A) is known color: Dark Cerulean. HEX triplet: 13, 37 and 7A. RGB value is (19,55,122). Sum of RGB (Red+Green+Blue) = 19+55+122=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #13377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13377A is #ECC885. Grayscale: #333333. Windows color (decimal): -15517830 or 8009491. OLE color: 8009491.

HSL color Cylindrical-coordinate representation of color #13377A: hue angle of 219.03º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13377A is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 55 122 -
CMYK 0.84 0.55 0 0.52
HSL 219.03º 0.73% 0.28% -
HSV(B) 219.03º 0.84% 0.48% -
XYZ 5.15 4.28 18.97 -
YUV 51.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 19 55 122 0.84 0.55 0 0.52 219.03 0.73 0.28
Hex 13 37 7A 54 37 0 34 DB 49 1C
Octal 23 67 172 124 67 0 64 333 111 34
Binary 10011 110111 1111010 1010100 110111 0 110100 11011011 1001001 11100

Color Harmonies of #13377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13377A

Black with #13377A

Text Example


Text Example

White with #13377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13377A; }

 p { color: rgb(19,55,122); }

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

background-color css

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

 a { background-color: rgb(19,55,122); }

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

border-color css

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

 span { border-color: rgb(19,55,122); }

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