Html Css Color HEX #092C31 Nordic

📋 copy color: '#092C31'

red 9 ◦ green 44 ◦ blue 49

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

Shades of Nordic #092C31

Tints of Nordic #092C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 43.14%

 BLUE value IS 49 (19.53% from 255) = 48.04%

R = 8.82%
G = 43.14%
B = 48.04%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#092C31 (or 0x092C31) is known color: Nordic. HEX triplet: 09, 2C and 31. RGB value is (9,44,49). Sum of RGB (Red+Green+Blue) = 9+44+49=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #092C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C31 is #F6D3CE. Grayscale: #222222. Windows color (decimal): -16176079 or 3222537. OLE color: 3222537.

HSL color Cylindrical-coordinate representation of color #092C31: hue angle of 187.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092C31 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 44 49 -
CMYK 0.82 0.10 0 0.81
HSL 187.5º 0.69% 0.11% -
HSV(B) 187.5º 0.82% 0.19% -
XYZ 1.57 2.08 3.22 -
YUV 34.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 9 44 49 0.82 0.10 0 0.81 187.5 0.69 0.11
Hex 9 2C 31 52 A 0 51 BC 45 B
Octal 11 54 61 122 12 0 121 274 105 13
Binary 1001 101100 110001 1010010 1010 0 1010001 10111100 1000101 1011

Color Harmonies of #092C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C31

Black with #092C31

Text Example


Text Example

White with #092C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,49); }

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

background-color css

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

 a { background-color: rgb(9,44,49); }

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

border-color css

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

 span { border-color: rgb(9,44,49); }

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