#092B30

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

Shades of Nordic #092B30

Tints of Nordic #092B30

Color information

#092B30 (or 0x092B30) is unknown color: approx Nordic. HEX triplet: 09, 2B and 30. RGB value is (9,43,48). Sum of RGB (Red+Green+Blue) = 9+43+48=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #092B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B30 is #F6D4CF. Grayscale: #212121. Windows color (decimal): -16176336 or 3156745. OLE color: 3156745.

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

Color convert

RGB94348-
CMYK0.810.1000.81
HSL187.69º68.42%11.18%-
HSV(B)187.69º81.25%18.82%-
XYZ1.5123.1-
YUV33.4136.24110.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 48 (19.14% from 255) = 48%
R=9%
G=43%
B=48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal943480.810.1000.81187.6968.4211.18
Hex92B3051A051bc44b
Octal11536012112012127410413
Binary100110101111000010100011010010100011011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092B30; }

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

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

<style>
 a { background-color: #092B30; }

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

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

<style>
 span { border-color: #092B30; }

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

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