Html Css Color HEX #134175 Dark Cerulean

📋 copy color: '#134175'

red 19 ◦ green 65 ◦ blue 117

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

Shades of Dark Cerulean #134175

Tints of Dark Cerulean #134175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 9.45%
G = 32.34%
B = 58.21%

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

#134175 (or 0x134175) is known color: Dark Cerulean. HEX triplet: 13, 41 and 75. RGB value is (19,65,117). Sum of RGB (Red+Green+Blue) = 19+65+117=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #134175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134175 is #ECBE8A. Grayscale: #383838. Windows color (decimal): -15515275 or 7684371. OLE color: 7684371.

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

Color convert

RGB 19 65 117 -
CMYK 0.84 0.44 0 0.54
HSL 211.84º 0.72% 0.27% -
HSV(B) 211.84º 0.84% 0.46% -
XYZ 5.37 5.2 17.55 -
YUV 57.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 19 65 117 0.84 0.44 0 0.54 211.84 0.72 0.27
Hex 13 41 75 54 2C 0 36 D4 48 1B
Octal 23 101 165 124 54 0 66 324 110 33
Binary 10011 1000001 1110101 1010100 101100 0 110110 11010100 1001000 11011

Color Harmonies of #134175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134175

Black with #134175

Text Example


Text Example

White with #134175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134175; }

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

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

background-color css

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

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

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

border-color css

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

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

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