Html Css Color HEX #134288 Dark Cerulean

📋 copy color: '#134288'

red 19 ◦ green 66 ◦ blue 136

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

Shades of Dark Cerulean #134288

Tints of Dark Cerulean #134288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 8.6%
G = 29.86%
B = 61.54%

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

#134288 (or 0x134288) is known color: Dark Cerulean. HEX triplet: 13, 42 and 88. RGB value is (19,66,136). Sum of RGB (Red+Green+Blue) = 19+66+136=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #134288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134288 is #ECBD77. Grayscale: #3B3B3B. Windows color (decimal): -15515000 or 8929811. OLE color: 8929811.

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

Color convert

RGB 19 66 136 -
CMYK 0.86 0.51 0 0.47
HSL 215.9º 0.75% 0.3% -
HSV(B) 215.9º 0.86% 0.53% -
XYZ 6.66 5.81 24.06 -
YUV 59.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 19 66 136 0.86 0.51 0 0.47 215.9 0.75 0.3
Hex 13 42 88 56 33 0 2F D8 4B 1E
Octal 23 102 210 126 63 0 57 330 113 36
Binary 10011 1000010 10001000 1010110 110011 0 101111 11011000 1001011 11110

Color Harmonies of #134288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134288

Black with #134288

Text Example


Text Example

White with #134288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134288; }

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

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

background-color css

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

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

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

border-color css

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

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

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