Html Css Color HEX #134C95 Dark Cerulean

📋 copy color: '#134C95'

red 19 ◦ green 76 ◦ blue 149

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

Shades of Dark Cerulean #134C95

Tints of Dark Cerulean #134C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

 BLUE value IS 149 (58.59% from 255) = 61.07%

R = 7.79%
G = 31.15%
B = 61.07%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134C95 (or 0x134C95) is known color: Dark Cerulean. HEX triplet: 13, 4C and 95. RGB value is (19,76,149). Sum of RGB (Red+Green+Blue) = 19+76+149=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #134C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C95 is #ECB36A. Grayscale: #424242. Windows color (decimal): -15512427 or 9784339. OLE color: 9784339.

HSL color Cylindrical-coordinate representation of color #134C95: hue angle of 213.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134C95 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 76 149 -
CMYK 0.87 0.49 0 0.42
HSL 213.69º 0.77% 0.33% -
HSV(B) 213.69º 0.87% 0.58% -
XYZ 8.28 7.48 29.44 -
YUV 67.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 19 76 149 0.87 0.49 0 0.42 213.69 0.77 0.33
Hex 13 4C 95 57 31 0 2A D6 4D 21
Octal 23 114 225 127 61 0 52 326 115 41
Binary 10011 1001100 10010101 1010111 110001 0 101010 11010110 1001101 100001

Color Harmonies of #134C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C95

Black with #134C95

Text Example


Text Example

White with #134C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134C95; }

 p { color: rgb(19,76,149); }

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

background-color css

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

 a { background-color: rgb(19,76,149); }

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

border-color css

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

 span { border-color: rgb(19,76,149); }

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