Html Css Color HEX #13507F Dark Cerulean

📋 copy color: '#13507F'

red 19 ◦ green 80 ◦ blue 127

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

Shades of Dark Cerulean #13507F

Tints of Dark Cerulean #13507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 127 (50% from 255) = 56.19%

R = 8.41%
G = 35.4%
B = 56.19%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13507F (or 0x13507F) is known color: Dark Cerulean. HEX triplet: 13, 50 and 7F. RGB value is (19,80,127). Sum of RGB (Red+Green+Blue) = 19+80+127=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #13507F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13507F is #ECAF80. Grayscale: #424242. Windows color (decimal): -15511425 or 8343571. OLE color: 8343571.

HSL color Cylindrical-coordinate representation of color #13507F: hue angle of 206.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13507F is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 80 127 -
CMYK 0.85 0.37 0 0.50
HSL 206.11º 0.74% 0.29% -
HSV(B) 206.11º 0.85% 0.5% -
XYZ 6.97 7.41 21.14 -
YUV 67.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 19 80 127 0.85 0.37 0 0.50 206.11 0.74 0.29
Hex 13 50 7F 55 25 0 32 CE 4A 1D
Octal 23 120 177 125 45 0 62 316 112 35
Binary 10011 1010000 1111111 1010101 100101 0 110010 11001110 1001010 11101

Color Harmonies of #13507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13507F

Black with #13507F

Text Example


Text Example

White with #13507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13507F; }

 p { color: rgb(19,80,127); }

 H1.HeaderClassName
 {
   color: #13507F;
 }
 .AnyTagClassName
 {
   color: #13507F;
 }
</style>

background-color css

<style>
 a { background-color: #13507F; }

 a { background-color: rgb(19,80,127); }

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

border-color css

<style>
 span { border-color: #13507F; }

 span { border-color: rgb(19,80,127); }

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