Html Css Color HEX #134C8C Dark Cerulean

📋 copy color: '#134C8C'

red 19 ◦ green 76 ◦ blue 140

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

Shades of Dark Cerulean #134C8C

Tints of Dark Cerulean #134C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.57%

R = 8.09%
G = 32.34%
B = 59.57%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#134C8C (or 0x134C8C) is known color: Dark Cerulean. HEX triplet: 13, 4C and 8C. RGB value is (19,76,140). Sum of RGB (Red+Green+Blue) = 19+76+140=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #134C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C8C is #ECB373. Grayscale: #414141. Windows color (decimal): -15512436 or 9194515. OLE color: 9194515.

HSL color Cylindrical-coordinate representation of color #134C8C: hue angle of 211.74º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134C8C is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 76 140 -
CMYK 0.86 0.46 0 0.45
HSL 211.74º 0.76% 0.31% -
HSV(B) 211.74º 0.86% 0.55% -
XYZ 7.59 7.2 25.8 -
YUV 66.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 19 76 140 0.86 0.46 0 0.45 211.74 0.76 0.31
Hex 13 4C 8C 56 2E 0 2D D4 4C 1F
Octal 23 114 214 126 56 0 55 324 114 37
Binary 10011 1001100 10001100 1010110 101110 0 101101 11010100 1001100 11111

Color Harmonies of #134C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134C8C

Black with #134C8C

Text Example


Text Example

White with #134C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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