Html Css Color HEX #134685 Dark Cerulean

📋 copy color: '#134685'

red 19 ◦ green 70 ◦ blue 133

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

Shades of Dark Cerulean #134685

Tints of Dark Cerulean #134685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 8.56%
G = 31.53%
B = 59.91%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#134685 (or 0x134685) is known color: Dark Cerulean. HEX triplet: 13, 46 and 85. RGB value is (19,70,133). Sum of RGB (Red+Green+Blue) = 19+70+133=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #134685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134685 is #ECB97A. Grayscale: #3D3D3D. Windows color (decimal): -15513979 or 8734227. OLE color: 8734227.

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

Color convert

RGB 19 70 133 -
CMYK 0.86 0.47 0 0.48
HSL 213.16º 0.75% 0.3% -
HSV(B) 213.16º 0.86% 0.52% -
XYZ 6.69 6.21 23.04 -
YUV 61.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 19 70 133 0.86 0.47 0 0.48 213.16 0.75 0.3
Hex 13 46 85 56 2F 0 30 D5 4B 1E
Octal 23 106 205 126 57 0 60 325 113 36
Binary 10011 1000110 10000101 1010110 101111 0 110000 11010101 1001011 11110

Color Harmonies of #134685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134685

Black with #134685

Text Example


Text Example

White with #134685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134685; }

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

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

background-color css

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

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

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

border-color css

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

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

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