Html Css Color HEX #13456C Dark Cerulean

📋 copy color: '#13456C'

red 19 ◦ green 69 ◦ blue 108

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

Shades of Dark Cerulean #13456C

Tints of Dark Cerulean #13456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.2%

 BLUE value IS 108 (42.58% from 255) = 55.1%

R = 9.69%
G = 35.2%
B = 55.1%

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

#13456C (or 0x13456C) is known color: Dark Cerulean. HEX triplet: 13, 45 and 6C. RGB value is (19,69,108). Sum of RGB (Red+Green+Blue) = 19+69+108=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #13456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13456C is #ECBA93. Grayscale: #3A3A3A. Windows color (decimal): -15514260 or 7095571. OLE color: 7095571.

HSL color Cylindrical-coordinate representation of color #13456C: hue angle of 206.29º 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 #13456C is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 69 108 -
CMYK 0.82 0.36 0 0.58
HSL 206.29º 0.7% 0.25% -
HSV(B) 206.29º 0.82% 0.42% -
XYZ 5.1 5.48 14.98 -
YUV 58.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 19 69 108 0.82 0.36 0 0.58 206.29 0.7 0.25
Hex 13 45 6C 52 24 0 3A CE 46 19
Octal 23 105 154 122 44 0 72 316 106 31
Binary 10011 1000101 1101100 1010010 100100 0 111010 11001110 1000110 11001

Color Harmonies of #13456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13456C

Black with #13456C

Text Example


Text Example

White with #13456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13456C; }

 p { color: rgb(19,69,108); }

 H1.HeaderClassName
 {
   color: #13456C;
 }
 .AnyTagClassName
 {
   color: #13456C;
 }
</style>

background-color css

<style>
 a { background-color: #13456C; }

 a { background-color: rgb(19,69,108); }

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

border-color css

<style>
 span { border-color: #13456C; }

 span { border-color: rgb(19,69,108); }

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