Html Css Color HEX #134A7D Dark Cerulean

📋 copy color: '#134A7D'

red 19 ◦ green 74 ◦ blue 125

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

Shades of Dark Cerulean #134A7D

Tints of Dark Cerulean #134A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

 BLUE value IS 125 (49.22% from 255) = 57.34%

R = 8.72%
G = 33.94%
B = 57.34%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#134A7D (or 0x134A7D) is known color: Dark Cerulean. HEX triplet: 13, 4A and 7D. RGB value is (19,74,125). Sum of RGB (Red+Green+Blue) = 19+74+125=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #134A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A7D is #ECB582. Grayscale: #3F3F3F. Windows color (decimal): -15512963 or 8210963. OLE color: 8210963.

HSL color Cylindrical-coordinate representation of color #134A7D: hue angle of 208.87º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134A7D is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 74 125 -
CMYK 0.85 0.41 0 0.51
HSL 208.87º 0.74% 0.28% -
HSV(B) 208.87º 0.85% 0.49% -
XYZ 6.42 6.52 20.32 -
YUV 63.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 19 74 125 0.85 0.41 0 0.51 208.87 0.74 0.28
Hex 13 4A 7D 55 29 0 33 D1 4A 1C
Octal 23 112 175 125 51 0 63 321 112 34
Binary 10011 1001010 1111101 1010101 101001 0 110011 11010001 1001010 11100

Color Harmonies of #134A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A7D

Black with #134A7D

Text Example


Text Example

White with #134A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134A7D; }

 p { color: rgb(19,74,125); }

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

background-color css

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

 a { background-color: rgb(19,74,125); }

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

border-color css

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

 span { border-color: rgb(19,74,125); }

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