#0F648B

Color #0F648B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0F648B

Tints of Allports #0F648B

Color information

#0F648B (or 0x0F648B) is unknown color: approx Allports. HEX triplet: 0F, 64 and 8B. RGB value is (15,100,139). Sum of RGB (Red+Green+Blue) = 15+100+139=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F648B is #F09B74. Grayscale: #4E4E4E. Windows color (decimal): -15768437 or 9135119. OLE color: 9135119.

HSL color Cylindrical-coordinate representation of color #0F648B: hue angle of 198.87º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F648B is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB15100139-
CMYK0.890.2800.45
HSL198.87º80.52%30.2%-
HSV(B)198.87º89.21%54.51%-
XYZ9.4111.0826.07-
YUV79.03161.8482.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.91%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=5.91%
G=39.37%
B=54.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151001390.890.2800.45198.8780.5230.2
HexF648B591C02Dc7511e
Octal171442131313405530712136
Binary1111110010010001011101100111100010110111000111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,100,139); }

 H1.HeaderClassName
 {
   color: #0F648B;
 }
 .AnyTagClassName
 {
   color: #0F648B;
 }
</style>
background-color css

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

 a { background-color: rgb(15,100,139); }

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

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

 span { border-color: rgb(15,100,139); }

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