Html Css Color HEX #092C32 Nordic

📋 copy color: '#092C32'

red 9 ◦ green 44 ◦ blue 50

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

Shades of Nordic #092C32

Tints of Nordic #092C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 48.54%

R = 8.74%
G = 42.72%
B = 48.54%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#092C32 (or 0x092C32) is known color: Nordic. HEX triplet: 09, 2C and 32. RGB value is (9,44,50). Sum of RGB (Red+Green+Blue) = 9+44+50=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #092C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C32 is #F6D3CD. Grayscale: #222222. Windows color (decimal): -16176078 or 3288073. OLE color: 3288073.

HSL color Cylindrical-coordinate representation of color #092C32: hue angle of 188.78º degrees, saturation: 0.69, 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 #092C32 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 44 50 -
CMYK 0.82 0.12 0 0.80
HSL 188.78º 0.69% 0.12% -
HSV(B) 188.78º 0.82% 0.2% -
XYZ 1.59 2.09 3.34 -
YUV 34.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 9 44 50 0.82 0.12 0 0.80 188.78 0.69 0.12
Hex 9 2C 32 52 C 0 50 BD 45 C
Octal 11 54 62 122 14 0 120 275 105 14
Binary 1001 101100 110010 1010010 1100 0 1010000 10111101 1000101 1100

Color Harmonies of #092C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C32

Black with #092C32

Text Example


Text Example

White with #092C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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