Html Css Color HEX #134373 Dark Cerulean

📋 copy color: '#134373'

red 19 ◦ green 67 ◦ blue 115

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

Shades of Dark Cerulean #134373

Tints of Dark Cerulean #134373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.21%

R = 9.45%
G = 33.33%
B = 57.21%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#134373 (or 0x134373) is known color: Dark Cerulean. HEX triplet: 13, 43 and 73. RGB value is (19,67,115). Sum of RGB (Red+Green+Blue) = 19+67+115=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #134373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134373 is #ECBC8C. Grayscale: #393939. Windows color (decimal): -15514765 or 7553811. OLE color: 7553811.

HSL color Cylindrical-coordinate representation of color #134373: hue angle of 210º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134373 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 67 115 -
CMYK 0.83 0.42 0 0.55
HSL 210º 0.72% 0.26% -
HSV(B) 210º 0.83% 0.45% -
XYZ 5.37 5.39 16.98 -
YUV 58.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 19 67 115 0.83 0.42 0 0.55 210 0.72 0.26
Hex 13 43 73 53 2A 0 37 D2 48 1A
Octal 23 103 163 123 52 0 67 322 110 32
Binary 10011 1000011 1110011 1010011 101010 0 110111 11010010 1001000 11010

Color Harmonies of #134373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134373

Black with #134373

Text Example


Text Example

White with #134373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134373; }

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

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

background-color css

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

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

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

border-color css

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

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

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