Html Css Color HEX #134585 Dark Cerulean

📋 copy color: '#134585'

red 19 ◦ green 69 ◦ blue 133

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

Shades of Dark Cerulean #134585

Tints of Dark Cerulean #134585

RGB

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

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

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

R = 8.6%
G = 31.22%
B = 60.18%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#134585 (or 0x134585) is known color: Dark Cerulean. HEX triplet: 13, 45 and 85. RGB value is (19,69,133). Sum of RGB (Red+Green+Blue) = 19+69+133=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #134585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134585 is #ECBA7A. Grayscale: #3D3D3D. Windows color (decimal): -15514235 or 8733971. OLE color: 8733971.

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

Color convert

RGB 19 69 133 -
CMYK 0.86 0.48 0 0.48
HSL 213.68º 0.75% 0.3% -
HSV(B) 213.68º 0.86% 0.52% -
XYZ 6.63 6.09 23.02 -
YUV 61.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 19 69 133 0.86 0.48 0 0.48 213.68 0.75 0.3
Hex 13 45 85 56 30 0 30 D6 4B 1E
Octal 23 105 205 126 60 0 60 326 113 36
Binary 10011 1000101 10000101 1010110 110000 0 110000 11010110 1001011 11110

Color Harmonies of #134585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134585

Black with #134585

Text Example


Text Example

White with #134585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134585; }

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

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

background-color css

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

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

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

border-color css

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

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

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