#0A303B

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

Shades of Nordic #0A303B

Tints of Nordic #0A303B

Color information

#0A303B (or 0x0A303B) is unknown color: approx Nordic. HEX triplet: 0A, 30 and 3B. RGB value is (10,48,59). Sum of RGB (Red+Green+Blue) = 10+48+59=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #0A303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A303B is #F5CFC4. Grayscale: #252525. Windows color (decimal): -16109509 or 3878922. OLE color: 3878922.

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

Color convert

RGB104859-
CMYK0.830.1900.77
HSL193.47º71.01%13.53%-
HSV(B)193.47º83.05%23.14%-
XYZ1.972.494.52-
YUV37.89139.91108.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.55%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 59 (23.44% from 255) = 50.43%
R=8.55%
G=41.03%
B=50.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1048590.830.1900.77193.4771.0113.53
HexA303B531304Dc147e
Octal12607312323011530110716
Binary1010110000111011101001110011010011011100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,48,59); }

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

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

 a { background-color: rgb(10,48,59); }

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

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

 span { border-color: rgb(10,48,59); }

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