Html Css Color HEX #134F7D Dark Cerulean

📋 copy color: '#134F7D'

red 19 ◦ green 79 ◦ blue 125

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

Shades of Dark Cerulean #134F7D

Tints of Dark Cerulean #134F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

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

R = 8.52%
G = 35.43%
B = 56.05%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#134F7D (or 0x134F7D) is known color: Dark Cerulean. HEX triplet: 13, 4F and 7D. RGB value is (19,79,125). Sum of RGB (Red+Green+Blue) = 19+79+125=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #134F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F7D is #ECB082. Grayscale: #424242. Windows color (decimal): -15511683 or 8212243. OLE color: 8212243.

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

Color convert

RGB 19 79 125 -
CMYK 0.85 0.37 0 0.51
HSL 206.04º 0.74% 0.28% -
HSV(B) 206.04º 0.85% 0.49% -
XYZ 6.77 7.21 20.44 -
YUV 66.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 19 79 125 0.85 0.37 0 0.51 206.04 0.74 0.28
Hex 13 4F 7D 55 25 0 33 CE 4A 1C
Octal 23 117 175 125 45 0 63 316 112 34
Binary 10011 1001111 1111101 1010101 100101 0 110011 11001110 1001010 11100

Color Harmonies of #134F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F7D

Black with #134F7D

Text Example


Text Example

White with #134F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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