Html Css Color HEX #134E8C Dark Cerulean

📋 copy color: '#134E8C'

red 19 ◦ green 78 ◦ blue 140

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

Shades of Dark Cerulean #134E8C

Tints of Dark Cerulean #134E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.91%

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

R = 8.02%
G = 32.91%
B = 59.07%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#134E8C (or 0x134E8C) is known color: Dark Cerulean. HEX triplet: 13, 4E and 8C. RGB value is (19,78,140). Sum of RGB (Red+Green+Blue) = 19+78+140=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #134E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134E8C is #ECB173. Grayscale: #434343. Windows color (decimal): -15511924 or 9195027. OLE color: 9195027.

HSL color Cylindrical-coordinate representation of color #134E8C: hue angle of 210.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 #134E8C is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 78 140 -
CMYK 0.86 0.44 0 0.45
HSL 210.74º 0.76% 0.31% -
HSV(B) 210.74º 0.86% 0.55% -
XYZ 7.73 7.48 25.85 -
YUV 67.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 19 78 140 0.86 0.44 0 0.45 210.74 0.76 0.31
Hex 13 4E 8C 56 2C 0 2D D3 4C 1F
Octal 23 116 214 126 54 0 55 323 114 37
Binary 10011 1001110 10001100 1010110 101100 0 101101 11010011 1001100 11111

Color Harmonies of #134E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E8C

Black with #134E8C

Text Example


Text Example

White with #134E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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