Html Css Color HEX #134F70 Orient

📋 copy color: '#134F70'

red 19 ◦ green 79 ◦ blue 112

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

Shades of Orient #134F70

Tints of Orient #134F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.62%

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

R = 9.05%
G = 37.62%
B = 53.33%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134F70 (or 0x134F70) is known color: Orient. HEX triplet: 13, 4F and 70. RGB value is (19,79,112). Sum of RGB (Red+Green+Blue) = 19+79+112=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #134F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F70 is #ECB08F. Grayscale: #404040. Windows color (decimal): -15511696 or 7360275. OLE color: 7360275.

HSL color Cylindrical-coordinate representation of color #134F70: hue angle of 201.29º 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 #134F70 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 79 112 -
CMYK 0.83 0.29 0 0.56
HSL 201.29º 0.71% 0.26% -
HSV(B) 201.29º 0.83% 0.44% -
XYZ 5.99 6.9 16.35 -
YUV 64.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 19 79 112 0.83 0.29 0 0.56 201.29 0.71 0.26
Hex 13 4F 70 53 1D 0 38 C9 47 1A
Octal 23 117 160 123 35 0 70 311 107 32
Binary 10011 1001111 1110000 1010011 11101 0 111000 11001001 1000111 11010

Color Harmonies of #134F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F70

Black with #134F70

Text Example


Text Example

White with #134F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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