Html Css Color HEX #134172 Dark Cerulean

📋 copy color: '#134172'

red 19 ◦ green 65 ◦ blue 114

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

Shades of Dark Cerulean #134172

Tints of Dark Cerulean #134172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

 BLUE value IS 114 (44.92% from 255) = 57.58%

R = 9.6%
G = 32.83%
B = 57.58%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#134172 (or 0x134172) is known color: Dark Cerulean. HEX triplet: 13, 41 and 72. RGB value is (19,65,114). Sum of RGB (Red+Green+Blue) = 19+65+114=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #134172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134172 is #ECBE8D. Grayscale: #383838. Windows color (decimal): -15515278 or 7487763. OLE color: 7487763.

HSL color Cylindrical-coordinate representation of color #134172: hue angle of 210.95º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134172 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 65 114 -
CMYK 0.83 0.43 0 0.55
HSL 210.95º 0.71% 0.26% -
HSV(B) 210.95º 0.83% 0.45% -
XYZ 5.2 5.13 16.64 -
YUV 56.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 19 65 114 0.83 0.43 0 0.55 210.95 0.71 0.26
Hex 13 41 72 53 2B 0 37 D3 47 1A
Octal 23 101 162 123 53 0 67 323 107 32
Binary 10011 1000001 1110010 1010011 101011 0 110111 11010011 1000111 11010

Color Harmonies of #134172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134172

Black with #134172

Text Example


Text Example

White with #134172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134172; }

 p { color: rgb(19,65,114); }

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

background-color css

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

 a { background-color: rgb(19,65,114); }

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

border-color css

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

 span { border-color: rgb(19,65,114); }

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