Html Css Color HEX #13427B Dark Cerulean

📋 copy color: '#13427B'

red 19 ◦ green 66 ◦ blue 123

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

Shades of Dark Cerulean #13427B

Tints of Dark Cerulean #13427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 123 (48.44% from 255) = 59.13%

R = 9.13%
G = 31.73%
B = 59.13%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13427B (or 0x13427B) is known color: Dark Cerulean. HEX triplet: 13, 42 and 7B. RGB value is (19,66,123). Sum of RGB (Red+Green+Blue) = 19+66+123=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #13427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13427B is #ECBD84. Grayscale: #3A3A3A. Windows color (decimal): -15515013 or 8077843. OLE color: 8077843.

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

Color convert

RGB 19 66 123 -
CMYK 0.85 0.46 0 0.52
HSL 212.88º 0.73% 0.28% -
HSV(B) 212.88º 0.85% 0.48% -
XYZ 5.79 5.46 19.49 -
YUV 58.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 19 66 123 0.85 0.46 0 0.52 212.88 0.73 0.28
Hex 13 42 7B 55 2E 0 34 D5 49 1C
Octal 23 102 173 125 56 0 64 325 111 34
Binary 10011 1000010 1111011 1010101 101110 0 110100 11010101 1001001 11100

Color Harmonies of #13427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13427B

Black with #13427B

Text Example


Text Example

White with #13427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,66,123); }

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

background-color css

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

 a { background-color: rgb(19,66,123); }

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

border-color css

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

 span { border-color: rgb(19,66,123); }

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