Html Css Color HEX #0F5371 Orient

📋 copy color: '#0F5371'

red 15 ◦ green 83 ◦ blue 113

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

Shades of Orient #0F5371

Tints of Orient #0F5371

RGB

 RED value IS 15 (6.25% from 255) = 7.11%

 GREEN value IS 83 (32.81% from 255) = 39.34%

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

R = 7.11%
G = 39.34%
B = 53.55%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F5371 (or 0x0F5371) is known color: Orient. HEX triplet: 0F, 53 and 71. RGB value is (15,83,113). Sum of RGB (Red+Green+Blue) = 15+83+113=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F5371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5371 is #F0AC8E. Grayscale: #414141. Windows color (decimal): -15772815 or 7426831. OLE color: 7426831.

HSL color Cylindrical-coordinate representation of color #0F5371: hue angle of 198.37º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5371 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 83 113 -
CMYK 0.87 0.27 0 0.56
HSL 198.37º 0.77% 0.25% -
HSV(B) 198.37º 0.87% 0.44% -
XYZ 6.27 7.48 16.74 -
YUV 66.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 15 83 113 0.87 0.27 0 0.56 198.37 0.77 0.25
Hex F 53 71 57 1B 0 38 C6 4D 19
Octal 17 123 161 127 33 0 70 306 115 31
Binary 1111 1010011 1110001 1010111 11011 0 111000 11000110 1001101 11001

Color Harmonies of #0F5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5371

Black with #0F5371

Text Example


Text Example

White with #0F5371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5371; }

 p { color: rgb(15,83,113); }

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

background-color css

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

 a { background-color: rgb(15,83,113); }

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

border-color css

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

 span { border-color: rgb(15,83,113); }

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