Html Css Color HEX #135384 Dark Cerulean

📋 copy color: '#135384'

red 19 ◦ green 83 ◦ blue 132

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

Shades of Dark Cerulean #135384

Tints of Dark Cerulean #135384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 8.12%
G = 35.47%
B = 56.41%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#135384 (or 0x135384) is known color: Dark Cerulean. HEX triplet: 13, 53 and 84. RGB value is (19,83,132). Sum of RGB (Red+Green+Blue) = 19+83+132=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #135384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135384 is #ECAC7B. Grayscale: #454545. Windows color (decimal): -15510652 or 8672019. OLE color: 8672019.

HSL color Cylindrical-coordinate representation of color #135384: hue angle of 206.02º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135384 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 83 132 -
CMYK 0.86 0.37 0 0.48
HSL 206.02º 0.75% 0.3% -
HSV(B) 206.02º 0.86% 0.52% -
XYZ 7.53 7.99 22.98 -
YUV 69.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 19 83 132 0.86 0.37 0 0.48 206.02 0.75 0.3
Hex 13 53 84 56 25 0 30 CE 4B 1E
Octal 23 123 204 126 45 0 60 316 113 36
Binary 10011 1010011 10000100 1010110 100101 0 110000 11001110 1001011 11110

Color Harmonies of #135384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135384

Black with #135384

Text Example


Text Example

White with #135384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135384; }

 p { color: rgb(19,83,132); }

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

background-color css

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

 a { background-color: rgb(19,83,132); }

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

border-color css

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

 span { border-color: rgb(19,83,132); }

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