Html Css Color HEX #134270 Dark Cerulean

📋 copy color: '#134270'

red 19 ◦ green 66 ◦ blue 112

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

Shades of Dark Cerulean #134270

Tints of Dark Cerulean #134270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.85%

R = 9.64%
G = 33.5%
B = 56.85%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134270 (or 0x134270) is known color: Dark Cerulean. HEX triplet: 13, 42 and 70. RGB value is (19,66,112). Sum of RGB (Red+Green+Blue) = 19+66+112=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #134270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134270 is #ECBD8F. Grayscale: #383838. Windows color (decimal): -15515024 or 7356947. OLE color: 7356947.

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

Color convert

RGB 19 66 112 -
CMYK 0.83 0.41 0 0.56
HSL 209.68º 0.71% 0.26% -
HSV(B) 209.68º 0.83% 0.44% -
XYZ 5.14 5.2 16.06 -
YUV 57.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 19 66 112 0.83 0.41 0 0.56 209.68 0.71 0.26
Hex 13 42 70 53 29 0 38 D2 47 1A
Octal 23 102 160 123 51 0 70 322 107 32
Binary 10011 1000010 1110000 1010011 101001 0 111000 11010010 1000111 11010

Color Harmonies of #134270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134270

Black with #134270

Text Example


Text Example

White with #134270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134270; }

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

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

background-color css

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

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

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

border-color css

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

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

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