Html Css Color HEX #09333E Nordic

📋 copy color: '#09333E'

red 9 ◦ green 51 ◦ blue 62

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

Shades of Nordic #09333E

Tints of Nordic #09333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

 BLUE value IS 62 (24.61% from 255) = 50.82%

R = 7.38%
G = 41.8%
B = 50.82%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09333E (or 0x09333E) is known color: Nordic. HEX triplet: 09, 33 and 3E. RGB value is (9,51,62). Sum of RGB (Red+Green+Blue) = 9+51+62=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #09333E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09333E is #F6CCC1. Grayscale: #272727. Windows color (decimal): -16174274 or 4076297. OLE color: 4076297.

HSL color Cylindrical-coordinate representation of color #09333E: hue angle of 192.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09333E is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 51 62 -
CMYK 0.85 0.18 0 0.76
HSL 192.45º 0.75% 0.14% -
HSV(B) 192.45º 0.85% 0.24% -
XYZ 2.17 2.77 4.98 -
YUV 39.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 9 51 62 0.85 0.18 0 0.76 192.45 0.75 0.14
Hex 9 33 3E 55 12 0 4C C0 4B E
Octal 11 63 76 125 22 0 114 300 113 16
Binary 1001 110011 111110 1010101 10010 0 1001100 11000000 1001011 1110

Color Harmonies of #09333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09333E

Black with #09333E

Text Example


Text Example

White with #09333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09333E; }

 p { color: rgb(9,51,62); }

 H1.HeaderClassName
 {
   color: #09333E;
 }
 .AnyTagClassName
 {
   color: #09333E;
 }
</style>

background-color css

<style>
 a { background-color: #09333E; }

 a { background-color: rgb(9,51,62); }

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

border-color css

<style>
 span { border-color: #09333E; }

 span { border-color: rgb(9,51,62); }

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