Html Css Color HEX #0F5370 Orient

📋 copy color: '#0F5370'

red 15 ◦ green 83 ◦ blue 112

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

Shades of Orient #0F5370

Tints of Orient #0F5370

RGB

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

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

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

R = 7.14%
G = 39.52%
B = 53.33%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F5370 (or 0x0F5370) is known color: Orient. HEX triplet: 0F, 53 and 70. RGB value is (15,83,112). Sum of RGB (Red+Green+Blue) = 15+83+112=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 83 (32.81% from 255 or 39.52% 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 #0F5370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5370 is #F0AC8F. Grayscale: #414141. Windows color (decimal): -15772816 or 7361295. OLE color: 7361295.

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

Color convert

RGB 15 83 112 -
CMYK 0.87 0.26 0 0.56
HSL 197.94º 0.76% 0.25% -
HSV(B) 197.94º 0.87% 0.44% -
XYZ 6.21 7.46 16.44 -
YUV 65.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 15 83 112 0.87 0.26 0 0.56 197.94 0.76 0.25
Hex F 53 70 57 1A 0 38 C6 4C 19
Octal 17 123 160 127 32 0 70 306 114 31
Binary 1111 1010011 1110000 1010111 11010 0 111000 11000110 1001100 11001

Color Harmonies of #0F5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5370

Black with #0F5370

Text Example


Text Example

White with #0F5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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