#0B3843

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

Shades of Nordic #0B3843

Tints of Nordic #0B3843

Color information

#0B3843 (or 0x0B3843) is unknown color: approx Nordic. HEX triplet: 0B, 38 and 43. RGB value is (11,56,67). Sum of RGB (Red+Green+Blue) = 11+56+67=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B3843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3843 is #F4C7BC. Grayscale: #2B2B2B. Windows color (decimal): -16041917 or 4405259. OLE color: 4405259.

HSL color Cylindrical-coordinate representation of color #0B3843: hue angle of 191.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B3843 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB115667-
CMYK0.840.1600.74
HSL191.79º71.79%15.29%-
HSV(B)191.79º83.58%26.27%-
XYZ2.573.35.81-
YUV43.8141.09104.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.21%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 67 (26.56% from 255) = 50%
R=8.21%
G=41.79%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1156670.840.1600.74191.7971.7915.29
HexB3843541004Ac048f
Octal137010312420011230011017
Binary10111110001000011101010010000010010101100000010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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