#0B3743

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

Shades of Nordic #0B3743

Tints of Nordic #0B3743

Color information

#0B3743 (or 0x0B3743) is unknown color: approx Nordic. HEX triplet: 0B, 37 and 43. RGB value is (11,55,67). Sum of RGB (Red+Green+Blue) = 11+55+67=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B3743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3743 is #F4C8BC. Grayscale: #2B2B2B. Windows color (decimal): -16042173 or 4405003. OLE color: 4405003.

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

Color convert

RGB115567-
CMYK0.840.1800.74
HSL192.86º71.79%15.29%-
HSV(B)192.86º83.58%26.27%-
XYZ2.523.215.8-
YUV43.21141.42105.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.27%
GREEN value IS 55 (21.88% from 255) = 41.35%
BLUE value IS 67 (26.56% from 255) = 50.38%
R=8.27%
G=41.35%
B=50.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1155670.840.1800.74192.8671.7915.29
HexB3743541204Ac148f
Octal136710312422011230111017
Binary10111101111000011101010010010010010101100000110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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