Html Css Color HEX #0B3851 Regal Blue

📋 copy color: '#0B3851'

red 11 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #0B3851

Tints of Regal Blue #0B3851

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 value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0B3851 (or 0x0B3851) is known color: 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

RGB 11 56 81 -
CMYK 0.86 0.31 0 0.68
HSL 201.43º 0.76% 0.18% -
HSV(B) 201.43º 0.86% 0.32% -
XYZ 3.04 3.49 8.3 -
YUV 45.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 11 56 81 0.86 0.31 0 0.68 201.43 0.76 0.18
Hex B 38 51 56 1F 0 44 C9 4C 12
Octal 13 70 121 126 37 0 104 311 114 22
Binary 1011 111000 1010001 1010110 11111 0 1000100 11001001 1001100 10010

Color Harmonies of #0B3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3851

Black with #0B3851

Text Example


Text Example

White with #0B3851

Text Example


Text Example

HTML Codes & Css Web 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>