Html Css Color HEX #134382 Dark Cerulean

📋 copy color: '#134382'

red 19 ◦ green 67 ◦ blue 130

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

Shades of Dark Cerulean #134382

Tints of Dark Cerulean #134382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 8.8%
G = 31.02%
B = 60.19%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#134382 (or 0x134382) is known color: Dark Cerulean. HEX triplet: 13, 43 and 82. RGB value is (19,67,130). Sum of RGB (Red+Green+Blue) = 19+67+130=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #134382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134382 is #ECBC7D. Grayscale: #3B3B3B. Windows color (decimal): -15514750 or 8536851. OLE color: 8536851.

HSL color Cylindrical-coordinate representation of color #134382: hue angle of 214.05º 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 #134382 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 67 130 -
CMYK 0.85 0.48 0 0.49
HSL 214.05º 0.74% 0.29% -
HSV(B) 214.05º 0.85% 0.51% -
XYZ 6.3 5.76 21.9 -
YUV 59.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 19 67 130 0.85 0.48 0 0.49 214.05 0.74 0.29
Hex 13 43 82 55 30 0 31 D6 4A 1D
Octal 23 103 202 125 60 0 61 326 112 35
Binary 10011 1000011 10000010 1010101 110000 0 110001 11010110 1001010 11101

Color Harmonies of #134382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134382

Black with #134382

Text Example


Text Example

White with #134382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134382; }

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

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

background-color css

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

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

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

border-color css

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

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

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