Html Css Color HEX #134385 Dark Cerulean

📋 copy color: '#134385'

red 19 ◦ green 67 ◦ blue 133

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

Shades of Dark Cerulean #134385

Tints of Dark Cerulean #134385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 8.68%
G = 30.59%
B = 60.73%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#134385 (or 0x134385) is known color: Dark Cerulean. HEX triplet: 13, 43 and 85. RGB value is (19,67,133). Sum of RGB (Red+Green+Blue) = 19+67+133=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #134385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134385 is #ECBC7A. Grayscale: #3B3B3B. Windows color (decimal): -15514747 or 8733459. OLE color: 8733459.

HSL color Cylindrical-coordinate representation of color #134385: hue angle of 214.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134385 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 67 133 -
CMYK 0.86 0.50 0 0.48
HSL 214.74º 0.75% 0.3% -
HSV(B) 214.74º 0.86% 0.52% -
XYZ 6.51 5.85 22.98 -
YUV 60.17 169.1 98.63 -
System Red Green Blue C M Y K H S L
Decimal 19 67 133 0.86 0.50 0 0.48 214.74 0.75 0.3
Hex 13 43 85 56 32 0 30 D7 4B 1E
Octal 23 103 205 126 62 0 60 327 113 36
Binary 10011 1000011 10000101 1010110 110010 0 110000 11010111 1001011 11110

Color Harmonies of #134385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134385

Black with #134385

Text Example


Text Example

White with #134385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134385; }

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

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

background-color css

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

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

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

border-color css

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

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

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