Html Css Color HEX #135085 Dark Cerulean

📋 copy color: '#135085'

red 19 ◦ green 80 ◦ blue 133

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

Shades of Dark Cerulean #135085

Tints of Dark Cerulean #135085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.33%

R = 8.19%
G = 34.48%
B = 57.33%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#135085 (or 0x135085) is known color: Dark Cerulean. HEX triplet: 13, 50 and 85. RGB value is (19,80,133). Sum of RGB (Red+Green+Blue) = 19+80+133=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #135085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135085 is #ECAF7A. Grayscale: #434343. Windows color (decimal): -15511419 or 8736787. OLE color: 8736787.

HSL color Cylindrical-coordinate representation of color #135085: hue angle of 207.89º 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 #135085 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 80 133 -
CMYK 0.86 0.40 0 0.48
HSL 207.89º 0.75% 0.3% -
HSV(B) 207.89º 0.86% 0.52% -
XYZ 7.37 7.57 23.26 -
YUV 67.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 19 80 133 0.86 0.40 0 0.48 207.89 0.75 0.3
Hex 13 50 85 56 28 0 30 D0 4B 1E
Octal 23 120 205 126 50 0 60 320 113 36
Binary 10011 1010000 10000101 1010110 101000 0 110000 11010000 1001011 11110

Color Harmonies of #135085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135085

Black with #135085

Text Example


Text Example

White with #135085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135085; }

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

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

background-color css

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

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

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

border-color css

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

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

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