Html Css Color HEX #134D93 Dark Cerulean

📋 copy color: '#134D93'

red 19 ◦ green 77 ◦ blue 147

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

Shades of Dark Cerulean #134D93

Tints of Dark Cerulean #134D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

 BLUE value IS 147 (57.81% from 255) = 60.49%

R = 7.82%
G = 31.69%
B = 60.49%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134D93 (or 0x134D93) is known color: Dark Cerulean. HEX triplet: 13, 4D and 93. RGB value is (19,77,147). Sum of RGB (Red+Green+Blue) = 19+77+147=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #134D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134D93 is #ECB26C. Grayscale: #434343. Windows color (decimal): -15512173 or 9653523. OLE color: 9653523.

HSL color Cylindrical-coordinate representation of color #134D93: hue angle of 212.81º 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 #134D93 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 77 147 -
CMYK 0.87 0.48 0 0.42
HSL 212.81º 0.77% 0.33% -
HSV(B) 212.81º 0.87% 0.58% -
XYZ 8.19 7.55 28.63 -
YUV 67.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 19 77 147 0.87 0.48 0 0.42 212.81 0.77 0.33
Hex 13 4D 93 57 30 0 2A D5 4D 21
Octal 23 115 223 127 60 0 52 325 115 41
Binary 10011 1001101 10010011 1010111 110000 0 101010 11010101 1001101 100001

Color Harmonies of #134D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D93

Black with #134D93

Text Example


Text Example

White with #134D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,77,147); }

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

background-color css

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

 a { background-color: rgb(19,77,147); }

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

border-color css

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

 span { border-color: rgb(19,77,147); }

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