#0B353A

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

Shades of Nordic #0B353A

Tints of Nordic #0B353A

Color information

#0B353A (or 0x0B353A) is unknown color: approx Nordic. HEX triplet: 0B, 35 and 3A. RGB value is (11,53,58). Sum of RGB (Red+Green+Blue) = 11+53+58=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B353A is #F4CAC5. Grayscale: #282828. Windows color (decimal): -16042694 or 3814667. OLE color: 3814667.

HSL color Cylindrical-coordinate representation of color #0B353A: hue angle of 186.38º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B353A is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB115358-
CMYK0.810.0900.77
HSL186.38º68.12%13.53%-
HSV(B)186.38º81.03%22.75%-
XYZ2.172.924.45-
YUV41.01137.59106.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.02%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 58 (23.05% from 255) = 47.54%
R=9.02%
G=43.44%
B=47.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1153580.810.0900.77186.3868.1213.53
HexB353A51904Dba44e
Octal13657212111011527210416
Binary101111010111101010100011001010011011011101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,53,58); }

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

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

 a { background-color: rgb(11,53,58); }

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

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

 span { border-color: rgb(11,53,58); }

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