Html Css Color HEX #134982 Dark Cerulean

📋 copy color: '#134982'

red 19 ◦ green 73 ◦ blue 130

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

Shades of Dark Cerulean #134982

Tints of Dark Cerulean #134982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 130 (51.17% from 255) = 58.56%

R = 8.56%
G = 32.88%
B = 58.56%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#134982 (or 0x134982) is known color: Dark Cerulean. HEX triplet: 13, 49 and 82. RGB value is (19,73,130). Sum of RGB (Red+Green+Blue) = 19+73+130=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #134982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134982 is #ECB67D. Grayscale: #3F3F3F. Windows color (decimal): -15513214 or 8538387. OLE color: 8538387.

HSL color Cylindrical-coordinate representation of color #134982: hue angle of 210.81º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134982 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 73 130 -
CMYK 0.85 0.44 0 0.49
HSL 210.81º 0.74% 0.29% -
HSV(B) 210.81º 0.85% 0.51% -
XYZ 6.68 6.52 22.02 -
YUV 63.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 19 73 130 0.85 0.44 0 0.49 210.81 0.74 0.29
Hex 13 49 82 55 2C 0 31 D3 4A 1D
Octal 23 111 202 125 54 0 61 323 112 35
Binary 10011 1001001 10000010 1010101 101100 0 110001 11010011 1001010 11101

Color Harmonies of #134982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134982

Black with #134982

Text Example


Text Example

White with #134982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134982; }

 p { color: rgb(19,73,130); }

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

background-color css

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

 a { background-color: rgb(19,73,130); }

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

border-color css

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

 span { border-color: rgb(19,73,130); }

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