Html Css Color HEX #134185 Dark Cerulean

📋 copy color: '#134185'

red 19 ◦ green 65 ◦ blue 133

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

Shades of Dark Cerulean #134185

Tints of Dark Cerulean #134185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

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

R = 8.76%
G = 29.95%
B = 61.29%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#134185 (or 0x134185) is known color: Dark Cerulean. HEX triplet: 13, 41 and 85. RGB value is (19,65,133). Sum of RGB (Red+Green+Blue) = 19+65+133=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #134185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134185 is #ECBE7A. Grayscale: #3A3A3A. Windows color (decimal): -15515259 or 8732947. OLE color: 8732947.

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

Color convert

RGB 19 65 133 -
CMYK 0.86 0.51 0 0.48
HSL 215.79º 0.75% 0.3% -
HSV(B) 215.79º 0.86% 0.52% -
XYZ 6.39 5.61 22.94 -
YUV 59 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 19 65 133 0.86 0.51 0 0.48 215.79 0.75 0.3
Hex 13 41 85 56 33 0 30 D8 4B 1E
Octal 23 101 205 126 63 0 60 330 113 36
Binary 10011 1000001 10000101 1010110 110011 0 110000 11011000 1001011 11110

Color Harmonies of #134185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134185

Black with #134185

Text Example


Text Example

White with #134185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134185; }

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

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

background-color css

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

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

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

border-color css

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

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

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