Html Css Color HEX #134B70 Dark Cerulean

📋 copy color: '#134B70'

red 19 ◦ green 75 ◦ blue 112

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

Shades of Dark Cerulean #134B70

Tints of Dark Cerulean #134B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.37%

R = 9.22%
G = 36.41%
B = 54.37%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134B70 (or 0x134B70) is known color: Dark Cerulean. HEX triplet: 13, 4B and 70. RGB value is (19,75,112). Sum of RGB (Red+Green+Blue) = 19+75+112=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #134B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B70 is #ECB48F. Grayscale: #3E3E3E. Windows color (decimal): -15512720 or 7359251. OLE color: 7359251.

HSL color Cylindrical-coordinate representation of color #134B70: hue angle of 203.87º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134B70 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 75 112 -
CMYK 0.83 0.33 0 0.56
HSL 203.87º 0.71% 0.26% -
HSV(B) 203.87º 0.83% 0.44% -
XYZ 5.71 6.34 16.25 -
YUV 62.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 19 75 112 0.83 0.33 0 0.56 203.87 0.71 0.26
Hex 13 4B 70 53 21 0 38 CC 47 1A
Octal 23 113 160 123 41 0 70 314 107 32
Binary 10011 1001011 1110000 1010011 100001 0 111000 11001100 1000111 11010

Color Harmonies of #134B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B70

Black with #134B70

Text Example


Text Example

White with #134B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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