#0B353E

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

Shades of Nordic #0B353E

Tints of Nordic #0B353E

Color information

#0B353E (or 0x0B353E) is unknown color: approx Nordic. HEX triplet: 0B, 35 and 3E. RGB value is (11,53,62). Sum of RGB (Red+Green+Blue) = 11+53+62=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B353E is #F4CAC1. Grayscale: #292929. Windows color (decimal): -16042690 or 4076811. OLE color: 4076811.

HSL color Cylindrical-coordinate representation of color #0B353E: hue angle of 190.59º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B353E is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB115362-
CMYK0.820.1500.76
HSL190.59º69.86%14.31%-
HSV(B)190.59º82.26%24.31%-
XYZ2.282.975.01-
YUV41.47139.59106.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 62 (24.61% from 255) = 49.21%
R=8.73%
G=42.06%
B=49.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1153620.820.1500.76190.5969.8614.31
HexB353E52F04Cbf46e
Octal13657612217011427710616
Binary101111010111111010100101111010011001011111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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