Html Css Color HEX #134281 Dark Cerulean

📋 copy color: '#134281'

red 19 ◦ green 66 ◦ blue 129

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

Shades of Dark Cerulean #134281

Tints of Dark Cerulean #134281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60.28%

R = 8.88%
G = 30.84%
B = 60.28%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#134281 (or 0x134281) is known color: Dark Cerulean. HEX triplet: 13, 42 and 81. RGB value is (19,66,129). Sum of RGB (Red+Green+Blue) = 19+66+129=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #134281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134281 is #ECBD7E. Grayscale: #3A3A3A. Windows color (decimal): -15515007 or 8471059. OLE color: 8471059.

HSL color Cylindrical-coordinate representation of color #134281: hue angle of 214.36º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134281 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 66 129 -
CMYK 0.85 0.49 0 0.49
HSL 214.36º 0.74% 0.29% -
HSV(B) 214.36º 0.85% 0.51% -
XYZ 6.18 5.62 21.53 -
YUV 59.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 19 66 129 0.85 0.49 0 0.49 214.36 0.74 0.29
Hex 13 42 81 55 31 0 31 D6 4A 1D
Octal 23 102 201 125 61 0 61 326 112 35
Binary 10011 1000010 10000001 1010101 110001 0 110001 11010110 1001010 11101

Color Harmonies of #134281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134281

Black with #134281

Text Example


Text Example

White with #134281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134281; }

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

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

background-color css

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

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

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

border-color css

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

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

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