Html Css Color HEX #134390 Dark Cerulean

📋 copy color: '#134390'

red 19 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #134390

Tints of Dark Cerulean #134390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 8.26%
G = 29.13%
B = 62.61%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#134390 (or 0x134390) is known color: Dark Cerulean. HEX triplet: 13, 43 and 90. RGB value is (19,67,144). Sum of RGB (Red+Green+Blue) = 19+67+144=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #134390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134390 is #ECBC6F. Grayscale: #3D3D3D. Windows color (decimal): -15514736 or 9454355. OLE color: 9454355.

HSL color Cylindrical-coordinate representation of color #134390: hue angle of 216.96º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134390 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 67 144 -
CMYK 0.87 0.53 0 0.44
HSL 216.96º 0.77% 0.32% -
HSV(B) 216.96º 0.87% 0.56% -
XYZ 7.31 6.17 27.19 -
YUV 61.43 174.6 97.74 -
System Red Green Blue C M Y K H S L
Decimal 19 67 144 0.87 0.53 0 0.44 216.96 0.77 0.32
Hex 13 43 90 57 35 0 2C D9 4D 20
Octal 23 103 220 127 65 0 54 331 115 40
Binary 10011 1000011 10010000 1010111 110101 0 101100 11011001 1001101 100000

Color Harmonies of #134390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134390

Black with #134390

Text Example


Text Example

White with #134390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134390; }

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

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

background-color css

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

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

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

border-color css

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

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

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