#0F3F5B

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

Shades of Regal Blue #0F3F5B

Tints of Regal Blue #0F3F5B

Color information

#0F3F5B (or 0x0F3F5B) is unknown color: approx Regal Blue. HEX triplet: 0F, 3F and 5B. RGB value is (15,63,91). Sum of RGB (Red+Green+Blue) = 15+63+91=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F3F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3F5B is #F0C0A4. Grayscale: #333333. Windows color (decimal): -15777957 or 5979919. OLE color: 5979919.

HSL color Cylindrical-coordinate representation of color #0F3F5B: hue angle of 202.11º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3F5B is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB156391-
CMYK0.840.3100.64
HSL202.11º71.7%20.78%-
HSV(B)202.11º83.52%35.69%-
XYZ3.864.4110.55-
YUV51.84150.1101.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=8.88%
G=37.28%
B=53.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1563910.840.3100.64202.1171.720.78
HexF3F5B541F040ca4815
Octal177713312437010031211025
Binary111111111110110111010100111110100000011001010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,63,91); }

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

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

 a { background-color: rgb(15,63,91); }

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

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

 span { border-color: rgb(15,63,91); }

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