Html Css Color HEX #0F5270 Orient

📋 copy color: '#0F5270'

red 15 ◦ green 82 ◦ blue 112

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

Shades of Orient #0F5270

Tints of Orient #0F5270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.23%

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

R = 7.18%
G = 39.23%
B = 53.59%

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

#0F5270 (or 0x0F5270) is known color: Orient. HEX triplet: 0F, 52 and 70. RGB value is (15,82,112). Sum of RGB (Red+Green+Blue) = 15+82+112=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F5270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5270 is #F0AD8F. Grayscale: #414141. Windows color (decimal): -15773072 or 7361039. OLE color: 7361039.

HSL color Cylindrical-coordinate representation of color #0F5270: hue angle of 198.56º degrees, saturation: 0.76, 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 #0F5270 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 82 112 -
CMYK 0.87 0.27 0 0.56
HSL 198.56º 0.76% 0.25% -
HSV(B) 198.56º 0.87% 0.44% -
XYZ 6.14 7.31 16.42 -
YUV 65.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 15 82 112 0.87 0.27 0 0.56 198.56 0.76 0.25
Hex F 52 70 57 1B 0 38 C7 4C 19
Octal 17 122 160 127 33 0 70 307 114 31
Binary 1111 1010010 1110000 1010111 11011 0 111000 11000111 1001100 11001

Color Harmonies of #0F5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5270

Black with #0F5270

Text Example


Text Example

White with #0F5270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,82,112); }

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

background-color css

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

 a { background-color: rgb(15,82,112); }

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

border-color css

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

 span { border-color: rgb(15,82,112); }

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