Html Css Color HEX #09303A Nordic

📋 copy color: '#09303A'

red 9 ◦ green 48 ◦ blue 58

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

Shades of Nordic #09303A

Tints of Nordic #09303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.74%

 BLUE value IS 58 (23.05% from 255) = 50.43%

R = 7.83%
G = 41.74%
B = 50.43%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09303A (or 0x09303A) is known color: Nordic. HEX triplet: 09, 30 and 3A. RGB value is (9,48,58). Sum of RGB (Red+Green+Blue) = 9+48+58=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #09303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09303A is #F6CFC5. Grayscale: #252525. Windows color (decimal): -16175046 or 3813385. OLE color: 3813385.

HSL color Cylindrical-coordinate representation of color #09303A: hue angle of 192.24º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09303A is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 48 58 -
CMYK 0.84 0.17 0 0.77
HSL 192.24º 0.73% 0.13% -
HSV(B) 192.24º 0.84% 0.23% -
XYZ 1.93 2.48 4.38 -
YUV 37.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 9 48 58 0.84 0.17 0 0.77 192.24 0.73 0.13
Hex 9 30 3A 54 11 0 4D C0 49 D
Octal 11 60 72 124 21 0 115 300 111 15
Binary 1001 110000 111010 1010100 10001 0 1001101 11000000 1001001 1101

Color Harmonies of #09303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09303A

Black with #09303A

Text Example


Text Example

White with #09303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09303A; }

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

 H1.HeaderClassName
 {
   color: #09303A;
 }
 .AnyTagClassName
 {
   color: #09303A;
 }
</style>

background-color css

<style>
 a { background-color: #09303A; }

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

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

border-color css

<style>
 span { border-color: #09303A; }

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

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