Html Css Color HEX #134384 Dark Cerulean

📋 copy color: '#134384'

red 19 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #134384

Tints of Dark Cerulean #134384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.55%

R = 8.72%
G = 30.73%
B = 60.55%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#134384 (or 0x134384) is known color: Dark Cerulean. HEX triplet: 13, 43 and 84. RGB value is (19,67,132). Sum of RGB (Red+Green+Blue) = 19+67+132=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #134384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134384 is #ECBC7B. Grayscale: #3B3B3B. Windows color (decimal): -15514748 or 8667923. OLE color: 8667923.

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

Color convert

RGB 19 67 132 -
CMYK 0.86 0.49 0 0.48
HSL 214.51º 0.75% 0.3% -
HSV(B) 214.51º 0.86% 0.52% -
XYZ 6.44 5.82 22.61 -
YUV 60.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 19 67 132 0.86 0.49 0 0.48 214.51 0.75 0.3
Hex 13 43 84 56 31 0 30 D7 4B 1E
Octal 23 103 204 126 61 0 60 327 113 36
Binary 10011 1000011 10000100 1010110 110001 0 110000 11010111 1001011 11110

Color Harmonies of #134384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134384

Black with #134384

Text Example


Text Example

White with #134384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134384; }

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

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

background-color css

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

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

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

border-color css

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

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

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