Html Css Color HEX #092D30 Nordic

📋 copy color: '#092D30'

red 9 ◦ green 45 ◦ blue 48

#092D30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #092D30

Tints of Nordic #092D30

RGB

 RED value IS 9 (3.91% from 255) = 8.82%

 GREEN value IS 45 (17.97% from 255) = 44.12%

 BLUE value IS 48 (19.14% from 255) = 47.06%

R = 8.82%
G = 44.12%
B = 47.06%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092D30 (or 0x092D30) is known color: Nordic. HEX triplet: 09, 2D and 30. RGB value is (9,45,48). Sum of RGB (Red+Green+Blue) = 9+45+48=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #092D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D30 is #F6D2CF. Grayscale: #222222. Windows color (decimal): -16175824 or 3157257. OLE color: 3157257.

HSL color Cylindrical-coordinate representation of color #092D30: hue angle of 184.62º 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 #092D30 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 45 48 -
CMYK 0.81 0.06 0 0.81
HSL 184.62º 0.68% 0.11% -
HSV(B) 184.62º 0.81% 0.19% -
XYZ 1.58 2.15 3.13 -
YUV 34.58 135.57 109.76 -
System Red Green Blue C M Y K H S L
Decimal 9 45 48 0.81 0.06 0 0.81 184.62 0.68 0.11
Hex 9 2D 30 51 6 0 51 B9 44 B
Octal 11 55 60 121 6 0 121 271 104 13
Binary 1001 101101 110000 1010001 110 0 1010001 10111001 1000100 1011

Color Harmonies of #092D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D30

Black with #092D30

Text Example


Text Example

White with #092D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #092D30;
 }
 .AnyTagClassName
 {
   color: #092D30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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