Html Css Color HEX #13446B Dark Cerulean

📋 copy color: '#13446B'

red 19 ◦ green 68 ◦ blue 107

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

Shades of Dark Cerulean #13446B

Tints of Dark Cerulean #13446B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.15%

R = 9.79%
G = 35.05%
B = 55.15%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13446B (or 0x13446B) is known color: Dark Cerulean. HEX triplet: 13, 44 and 6B. RGB value is (19,68,107). Sum of RGB (Red+Green+Blue) = 19+68+107=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #13446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13446B is #ECBB94. Grayscale: #393939. Windows color (decimal): -15514517 or 7029779. OLE color: 7029779.

HSL color Cylindrical-coordinate representation of color #13446B: hue angle of 206.59º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13446B is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 68 107 -
CMYK 0.82 0.36 0 0.58
HSL 206.59º 0.7% 0.25% -
HSV(B) 206.59º 0.82% 0.42% -
XYZ 4.99 5.33 14.68 -
YUV 57.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 19 68 107 0.82 0.36 0 0.58 206.59 0.7 0.25
Hex 13 44 6B 52 24 0 3A CF 46 19
Octal 23 104 153 122 44 0 72 317 106 31
Binary 10011 1000100 1101011 1010010 100100 0 111010 11001111 1000110 11001

Color Harmonies of #13446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13446B

Black with #13446B

Text Example


Text Example

White with #13446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13446B; }

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

 H1.HeaderClassName
 {
   color: #13446B;
 }
 .AnyTagClassName
 {
   color: #13446B;
 }
</style>

background-color css

<style>
 a { background-color: #13446B; }

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

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

border-color css

<style>
 span { border-color: #13446B; }

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

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