Html Css Color HEX #134375 Dark Cerulean

📋 copy color: '#134375'

red 19 ◦ green 67 ◦ blue 117

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

Shades of Dark Cerulean #134375

Tints of Dark Cerulean #134375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

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

R = 9.36%
G = 33%
B = 57.64%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#134375 (or 0x134375) is known color: Dark Cerulean. HEX triplet: 13, 43 and 75. RGB value is (19,67,117). Sum of RGB (Red+Green+Blue) = 19+67+117=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #134375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134375 is #ECBC8A. Grayscale: #3A3A3A. Windows color (decimal): -15514763 or 7684883. OLE color: 7684883.

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

Color convert

RGB 19 67 117 -
CMYK 0.84 0.43 0 0.54
HSL 210.61º 0.72% 0.27% -
HSV(B) 210.61º 0.84% 0.46% -
XYZ 5.49 5.44 17.59 -
YUV 58.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 19 67 117 0.84 0.43 0 0.54 210.61 0.72 0.27
Hex 13 43 75 54 2B 0 36 D3 48 1B
Octal 23 103 165 124 53 0 66 323 110 33
Binary 10011 1000011 1110101 1010100 101011 0 110110 11010011 1001000 11011

Color Harmonies of #134375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134375

Black with #134375

Text Example


Text Example

White with #134375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134375; }

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

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

background-color css

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

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

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

border-color css

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

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

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