Html Css Color HEX #134B7D Dark Cerulean

📋 copy color: '#134B7D'

red 19 ◦ green 75 ◦ blue 125

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

Shades of Dark Cerulean #134B7D

Tints of Dark Cerulean #134B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.25%

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

R = 8.68%
G = 34.25%
B = 57.08%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#134B7D (or 0x134B7D) is known color: Dark Cerulean. HEX triplet: 13, 4B and 7D. RGB value is (19,75,125). Sum of RGB (Red+Green+Blue) = 19+75+125=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #134B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B7D is #ECB482. Grayscale: #3F3F3F. Windows color (decimal): -15512707 or 8211219. OLE color: 8211219.

HSL color Cylindrical-coordinate representation of color #134B7D: hue angle of 208.3º 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 #134B7D is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 75 125 -
CMYK 0.85 0.40 0 0.51
HSL 208.3º 0.74% 0.28% -
HSV(B) 208.3º 0.85% 0.49% -
XYZ 6.49 6.65 20.34 -
YUV 63.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 19 75 125 0.85 0.40 0 0.51 208.3 0.74 0.28
Hex 13 4B 7D 55 28 0 33 D0 4A 1C
Octal 23 113 175 125 50 0 63 320 112 34
Binary 10011 1001011 1111101 1010101 101000 0 110011 11010000 1001010 11100

Color Harmonies of #134B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B7D

Black with #134B7D

Text Example


Text Example

White with #134B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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