Html Css Color HEX #09333F Nordic

📋 copy color: '#09333F'

red 9 ◦ green 51 ◦ blue 63

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

Shades of Nordic #09333F

Tints of Nordic #09333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 51.22%

R = 7.32%
G = 41.46%
B = 51.22%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09333F (or 0x09333F) is known color: Nordic. HEX triplet: 09, 33 and 3F. RGB value is (9,51,63). Sum of RGB (Red+Green+Blue) = 9+51+63=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #09333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09333F is #F6CCC0. Grayscale: #272727. Windows color (decimal): -16174273 or 4141833. OLE color: 4141833.

HSL color Cylindrical-coordinate representation of color #09333F: hue angle of 193.33º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09333F is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 51 63 -
CMYK 0.86 0.19 0 0.75
HSL 193.33º 0.75% 0.14% -
HSV(B) 193.33º 0.86% 0.25% -
XYZ 2.19 2.78 5.12 -
YUV 39.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 9 51 63 0.86 0.19 0 0.75 193.33 0.75 0.14
Hex 9 33 3F 56 13 0 4B C1 4B E
Octal 11 63 77 126 23 0 113 301 113 16
Binary 1001 110011 111111 1010110 10011 0 1001011 11000001 1001011 1110

Color Harmonies of #09333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09333F

Black with #09333F

Text Example


Text Example

White with #09333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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