#0B3851

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

Shades of Regal Blue #0B3851

Tints of Regal Blue #0B3851

Color information

#0B3851 (or 0x0B3851) is unknown color: approx Regal Blue. HEX triplet: 0B, 38 and 51. RGB value is (11,56,81). Sum of RGB (Red+Green+Blue) = 11+56+81=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B3851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3851 is #F4C7AE. Grayscale: #2D2D2D. Windows color (decimal): -16041903 or 5322763. OLE color: 5322763.

HSL color Cylindrical-coordinate representation of color #0B3851: hue angle of 201.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3851 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB115681-
CMYK0.860.3100.68
HSL201.43º76.09%18.04%-
HSV(B)201.43º86.42%31.76%-
XYZ3.043.498.3-
YUV45.4148.09103.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.43%
GREEN value IS 56 (22.27% from 255) = 37.84%
BLUE value IS 81 (32.03% from 255) = 54.73%
R=7.43%
G=37.84%
B=54.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1156810.860.3100.68201.4376.0918.04
HexB3851561F044c94c12
Octal137012112637010431111422
Binary101111100010100011010110111110100010011001001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,56,81); }

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

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

 a { background-color: rgb(11,56,81); }

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

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

 span { border-color: rgb(11,56,81); }

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