Html Css Color HEX #13447A Dark Cerulean

📋 copy color: '#13447A'

red 19 ◦ green 68 ◦ blue 122

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

Shades of Dark Cerulean #13447A

Tints of Dark Cerulean #13447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

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

R = 9.09%
G = 32.54%
B = 58.37%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13447A (or 0x13447A) is known color: Dark Cerulean. HEX triplet: 13, 44 and 7A. RGB value is (19,68,122). Sum of RGB (Red+Green+Blue) = 19+68+122=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #13447A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13447A is #ECBB85. Grayscale: #3B3B3B. Windows color (decimal): -15514502 or 8012819. OLE color: 8012819.

HSL color Cylindrical-coordinate representation of color #13447A: hue angle of 211.46º 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 #13447A is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 68 122 -
CMYK 0.84 0.44 0 0.52
HSL 211.46º 0.73% 0.28% -
HSV(B) 211.46º 0.84% 0.48% -
XYZ 5.85 5.68 19.2 -
YUV 59.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 19 68 122 0.84 0.44 0 0.52 211.46 0.73 0.28
Hex 13 44 7A 54 2C 0 34 D3 49 1C
Octal 23 104 172 124 54 0 64 323 111 34
Binary 10011 1000100 1111010 1010100 101100 0 110100 11010011 1001001 11100

Color Harmonies of #13447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13447A

Black with #13447A

Text Example


Text Example

White with #13447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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