Html Css Color HEX #0F5470 Orient

📋 copy color: '#0F5470'

red 15 ◦ green 84 ◦ blue 112

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

Shades of Orient #0F5470

Tints of Orient #0F5470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

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

R = 7.11%
G = 39.81%
B = 53.08%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F5470 (or 0x0F5470) is known color: Orient. HEX triplet: 0F, 54 and 70. RGB value is (15,84,112). Sum of RGB (Red+Green+Blue) = 15+84+112=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F5470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5470 is #F0AB8F. Grayscale: #424242. Windows color (decimal): -15772560 or 7361551. OLE color: 7361551.

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

Color convert

RGB 15 84 112 -
CMYK 0.87 0.25 0 0.56
HSL 197.32º 0.76% 0.25% -
HSV(B) 197.32º 0.87% 0.44% -
XYZ 6.29 7.61 16.47 -
YUV 66.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 15 84 112 0.87 0.25 0 0.56 197.32 0.76 0.25
Hex F 54 70 57 19 0 38 C5 4C 19
Octal 17 124 160 127 31 0 70 305 114 31
Binary 1111 1010100 1110000 1010111 11001 0 111000 11000101 1001100 11001

Color Harmonies of #0F5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5470

Black with #0F5470

Text Example


Text Example

White with #0F5470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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