#0A2B30

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

Shades of Nordic #0A2B30

Tints of Nordic #0A2B30

Color information

#0A2B30 (or 0x0A2B30) is unknown color: approx Nordic. HEX triplet: 0A, 2B and 30. RGB value is (10,43,48). Sum of RGB (Red+Green+Blue) = 10+43+48=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A2B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2B30 is #F5D4CF. Grayscale: #212121. Windows color (decimal): -16110800 or 3156746. OLE color: 3156746.

HSL color Cylindrical-coordinate representation of color #0A2B30: hue angle of 187.89º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2B30 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB104348-
CMYK0.790.1000.81
HSL187.89º65.52%11.37%-
HSV(B)187.89º79.17%18.82%-
XYZ1.522.013.1-
YUV33.7136.07111.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.90%
GREEN value IS 43 (17.19% from 255) = 42.57%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=9.90%
G=42.57%
B=47.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1043480.790.1000.81187.8965.5211.37
HexA2B304FA051bc42b
Octal12536011712012127410213
Binary101010101111000010011111010010100011011110010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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