Html Css Color HEX #134675 Dark Cerulean

📋 copy color: '#134675'

red 19 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #134675

Tints of Dark Cerulean #134675

RGB

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

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

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

R = 9.22%
G = 33.98%
B = 56.8%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134675 (or 0x134675) is known color: Dark Cerulean. HEX triplet: 13, 46 and 75. RGB value is (19,70,117). Sum of RGB (Red+Green+Blue) = 19+70+117=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #134675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134675 is #ECB98A. Grayscale: #3B3B3B. Windows color (decimal): -15513995 or 7685651. OLE color: 7685651.

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

Color convert

RGB 19 70 117 -
CMYK 0.84 0.40 0 0.54
HSL 208.78º 0.72% 0.27% -
HSV(B) 208.78º 0.84% 0.46% -
XYZ 5.67 5.8 17.65 -
YUV 60.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 19 70 117 0.84 0.40 0 0.54 208.78 0.72 0.27
Hex 13 46 75 54 28 0 36 D1 48 1B
Octal 23 106 165 124 50 0 66 321 110 33
Binary 10011 1000110 1110101 1010100 101000 0 110110 11010001 1001000 11011

Color Harmonies of #134675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134675

Black with #134675

Text Example


Text Example

White with #134675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134675; }

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

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

background-color css

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

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

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

border-color css

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

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

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