#0F3A5B

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

Shades of Regal Blue #0F3A5B

Tints of Regal Blue #0F3A5B

Color information

#0F3A5B (or 0x0F3A5B) is unknown color: approx Regal Blue. HEX triplet: 0F, 3A and 5B. RGB value is (15,58,91). Sum of RGB (Red+Green+Blue) = 15+58+91=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F3A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3A5B is #F0C5A4. Grayscale: #303030. Windows color (decimal): -15779237 or 5978639. OLE color: 5978639.

HSL color Cylindrical-coordinate representation of color #0F3A5B: hue angle of 206.05º 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 #0F3A5B is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB155891-
CMYK0.840.3600.64
HSL206.05º71.7%20.78%-
HSV(B)206.05º83.52%35.69%-
XYZ3.63.8810.46-
YUV48.9151.75103.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.15%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=9.15%
G=35.37%
B=55.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1558910.840.3600.64206.0571.720.78
HexF3A5B5424040ce4815
Octal177213312444010031611025
Binary1111111010101101110101001001000100000011001110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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