Html Css Color HEX #154F71 Orient

📋 copy color: '#154F71'

red 21 ◦ green 79 ◦ blue 113

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

Shades of Orient #154F71

Tints of Orient #154F71

RGB

 RED value IS 21 (8.59% from 255) = 9.86%

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

 BLUE value IS 113 (44.53% from 255) = 53.05%

R = 9.86%
G = 37.09%
B = 53.05%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#154F71 (or 0x154F71) is known color: Orient. HEX triplet: 15, 4F and 71. RGB value is (21,79,113). Sum of RGB (Red+Green+Blue) = 21+79+113=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #154F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F71 is #EAB08E. Grayscale: #414141. Windows color (decimal): -15380623 or 7425813. OLE color: 7425813.

HSL color Cylindrical-coordinate representation of color #154F71: hue angle of 202.17º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154F71 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 79 113 -
CMYK 0.81 0.30 0 0.56
HSL 202.17º 0.69% 0.26% -
HSV(B) 202.17º 0.81% 0.44% -
XYZ 6.09 6.94 16.64 -
YUV 65.53 154.78 96.24 -
System Red Green Blue C M Y K H S L
Decimal 21 79 113 0.81 0.30 0 0.56 202.17 0.69 0.26
Hex 15 4F 71 51 1E 0 38 CA 45 1A
Octal 25 117 161 121 36 0 70 312 105 32
Binary 10101 1001111 1110001 1010001 11110 0 111000 11001010 1000101 11010

Color Harmonies of #154F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154F71

Black with #154F71

Text Example


Text Example

White with #154F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154F71; }

 p { color: rgb(21,79,113); }

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

background-color css

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

 a { background-color: rgb(21,79,113); }

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

border-color css

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

 span { border-color: rgb(21,79,113); }

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