Html Css Color HEX #092F33 Nordic

📋 copy color: '#092F33'

red 9 ◦ green 47 ◦ blue 51

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

Shades of Nordic #092F33

Tints of Nordic #092F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.93%

 BLUE value IS 51 (20.31% from 255) = 47.66%

R = 8.41%
G = 43.93%
B = 47.66%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#092F33 (or 0x092F33) is known color: Nordic. HEX triplet: 09, 2F and 33. RGB value is (9,47,51). Sum of RGB (Red+Green+Blue) = 9+47+51=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: blue. Hex color #092F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F33 is #F6D0CC. Grayscale: #242424. Windows color (decimal): -16175309 or 3354377. OLE color: 3354377.

HSL color Cylindrical-coordinate representation of color #092F33: hue angle of 185.71º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092F33 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 9 47 51 -
CMYK 0.82 0.08 0 0.8
HSL 185.71º 0.7% 0.12% -
HSV(B) 185.71º 0.82% 0.2% -
XYZ 1.73 2.33 3.49 -
YUV 36.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 9 47 51 0.82 0.08 0 0.8 185.71 0.7 0.12
Hex 9 2F 33 52 8 0 50 BA 46 C
Octal 11 57 63 122 10 0 120 272 106 14
Binary 1001 101111 110011 1010010 1000 0 1010000 10111010 1000110 1100

Color Harmonies of #092F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F33

Black with #092F33

Text Example


Text Example

White with #092F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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