Html Css Color HEX #134271 Dark Cerulean

📋 copy color: '#134271'

red 19 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #134271

Tints of Dark Cerulean #134271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.33%

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

R = 9.6%
G = 33.33%
B = 57.07%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134271 (or 0x134271) is known color: Dark Cerulean. HEX triplet: 13, 42 and 71. RGB value is (19,66,113). Sum of RGB (Red+Green+Blue) = 19+66+113=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #134271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134271 is #ECBD8E. Grayscale: #393939. Windows color (decimal): -15515023 or 7422483. OLE color: 7422483.

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

Color convert

RGB 19 66 113 -
CMYK 0.83 0.42 0 0.56
HSL 210º 0.71% 0.26% -
HSV(B) 210º 0.83% 0.44% -
XYZ 5.2 5.23 16.36 -
YUV 57.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 19 66 113 0.83 0.42 0 0.56 210 0.71 0.26
Hex 13 42 71 53 2A 0 38 D2 47 1A
Octal 23 102 161 123 52 0 70 322 107 32
Binary 10011 1000010 1110001 1010011 101010 0 111000 11010010 1000111 11010

Color Harmonies of #134271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134271

Black with #134271

Text Example


Text Example

White with #134271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134271; }

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

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

background-color css

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

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

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

border-color css

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

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

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