Html Css Color HEX #134388 Dark Cerulean

📋 copy color: '#134388'

red 19 ◦ green 67 ◦ blue 136

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

Shades of Dark Cerulean #134388

Tints of Dark Cerulean #134388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.18%

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

R = 8.56%
G = 30.18%
B = 61.26%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134388 (or 0x134388) is known color: Dark Cerulean. HEX triplet: 13, 43 and 88. RGB value is (19,67,136). Sum of RGB (Red+Green+Blue) = 19+67+136=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #134388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134388 is #ECBC77. Grayscale: #3C3C3C. Windows color (decimal): -15514744 or 8930067. OLE color: 8930067.

HSL color Cylindrical-coordinate representation of color #134388: hue angle of 215.38º 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 #134388 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 67 136 -
CMYK 0.86 0.51 0 0.47
HSL 215.38º 0.75% 0.3% -
HSV(B) 215.38º 0.86% 0.53% -
XYZ 6.72 5.93 24.08 -
YUV 60.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 19 67 136 0.86 0.51 0 0.47 215.38 0.75 0.3
Hex 13 43 88 56 33 0 2F D7 4B 1E
Octal 23 103 210 126 63 0 57 327 113 36
Binary 10011 1000011 10001000 1010110 110011 0 101111 11010111 1001011 11110

Color Harmonies of #134388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134388

Black with #134388

Text Example


Text Example

White with #134388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134388; }

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

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

background-color css

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

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

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

border-color css

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

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

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