Html Css Color HEX #134188 Dark Cerulean

📋 copy color: '#134188'

red 19 ◦ green 65 ◦ blue 136

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

Shades of Dark Cerulean #134188

Tints of Dark Cerulean #134188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 8.64%
G = 29.55%
B = 61.82%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134188 (or 0x134188) is known color: Dark Cerulean. HEX triplet: 13, 41 and 88. RGB value is (19,65,136). Sum of RGB (Red+Green+Blue) = 19+65+136=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #134188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134188 is #ECBE77. Grayscale: #3B3B3B. Windows color (decimal): -15515256 or 8929555. OLE color: 8929555.

HSL color Cylindrical-coordinate representation of color #134188: hue angle of 216.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134188 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 65 136 -
CMYK 0.86 0.52 0 0.47
HSL 216.41º 0.75% 0.3% -
HSV(B) 216.41º 0.86% 0.53% -
XYZ 6.6 5.7 24.04 -
YUV 59.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 19 65 136 0.86 0.52 0 0.47 216.41 0.75 0.3
Hex 13 41 88 56 34 0 2F D8 4B 1E
Octal 23 101 210 126 64 0 57 330 113 36
Binary 10011 1000001 10001000 1010110 110100 0 101111 11011000 1001011 11110

Color Harmonies of #134188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134188

Black with #134188

Text Example


Text Example

White with #134188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134188; }

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

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

background-color css

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

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

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

border-color css

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

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

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