Html Css Color HEX #134071 Dark Cerulean

📋 copy color: '#134071'

red 19 ◦ green 64 ◦ blue 113

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

Shades of Dark Cerulean #134071

Tints of Dark Cerulean #134071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 9.69%
G = 32.65%
B = 57.65%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134071 (or 0x134071) is known color: Dark Cerulean. HEX triplet: 13, 40 and 71. RGB value is (19,64,113). Sum of RGB (Red+Green+Blue) = 19+64+113=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #134071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134071 is #ECBF8E. Grayscale: #373737. Windows color (decimal): -15515535 or 7421971. OLE color: 7421971.

HSL color Cylindrical-coordinate representation of color #134071: hue angle of 211.28º 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 #134071 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 64 113 -
CMYK 0.83 0.43 0 0.56
HSL 211.28º 0.71% 0.26% -
HSV(B) 211.28º 0.83% 0.44% -
XYZ 5.08 5 16.32 -
YUV 56.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 19 64 113 0.83 0.43 0 0.56 211.28 0.71 0.26
Hex 13 40 71 53 2B 0 38 D3 47 1A
Octal 23 100 161 123 53 0 70 323 107 32
Binary 10011 1000000 1110001 1010011 101011 0 111000 11010011 1000111 11010

Color Harmonies of #134071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134071

Black with #134071

Text Example


Text Example

White with #134071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134071; }

 p { color: rgb(19,64,113); }

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

background-color css

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

 a { background-color: rgb(19,64,113); }

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

border-color css

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

 span { border-color: rgb(19,64,113); }

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