Html Css Color HEX #134275 Dark Cerulean

📋 copy color: '#134275'

red 19 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #134275

Tints of Dark Cerulean #134275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

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

R = 9.41%
G = 32.67%
B = 57.92%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134275 (or 0x134275) is known color: Dark Cerulean. HEX triplet: 13, 42 and 75. RGB value is (19,66,117). Sum of RGB (Red+Green+Blue) = 19+66+117=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #134275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134275 is #ECBD8A. Grayscale: #393939. Windows color (decimal): -15515019 or 7684627. OLE color: 7684627.

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

Color convert

RGB 19 66 117 -
CMYK 0.84 0.44 0 0.54
HSL 211.22º 0.72% 0.27% -
HSV(B) 211.22º 0.84% 0.46% -
XYZ 5.43 5.32 17.57 -
YUV 57.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 19 66 117 0.84 0.44 0 0.54 211.22 0.72 0.27
Hex 13 42 75 54 2C 0 36 D3 48 1B
Octal 23 102 165 124 54 0 66 323 110 33
Binary 10011 1000010 1110101 1010100 101100 0 110110 11010011 1001000 11011

Color Harmonies of #134275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134275

Black with #134275

Text Example


Text Example

White with #134275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134275; }

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

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

background-color css

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

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

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

border-color css

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

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

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