Html Css Color HEX #134975 Dark Cerulean

📋 copy color: '#134975'

red 19 ◦ green 73 ◦ blue 117

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

Shades of Dark Cerulean #134975

Tints of Dark Cerulean #134975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 9.09%
G = 34.93%
B = 55.98%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134975 (or 0x134975) is known color: Dark Cerulean. HEX triplet: 13, 49 and 75. RGB value is (19,73,117). Sum of RGB (Red+Green+Blue) = 19+73+117=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #134975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134975 is #ECB68A. Grayscale: #3D3D3D. Windows color (decimal): -15513227 or 7686419. OLE color: 7686419.

HSL color Cylindrical-coordinate representation of color #134975: hue angle of 206.94º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134975 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 73 117 -
CMYK 0.84 0.38 0 0.54
HSL 206.94º 0.72% 0.27% -
HSV(B) 206.94º 0.84% 0.46% -
XYZ 5.86 6.19 17.72 -
YUV 61.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 19 73 117 0.84 0.38 0 0.54 206.94 0.72 0.27
Hex 13 49 75 54 26 0 36 CF 48 1B
Octal 23 111 165 124 46 0 66 317 110 33
Binary 10011 1001001 1110101 1010100 100110 0 110110 11001111 1001000 11011

Color Harmonies of #134975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134975

Black with #134975

Text Example


Text Example

White with #134975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134975; }

 p { color: rgb(19,73,117); }

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

background-color css

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

 a { background-color: rgb(19,73,117); }

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

border-color css

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

 span { border-color: rgb(19,73,117); }

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