Html Css Color HEX #092D37 Nordic

📋 copy color: '#092D37'

red 9 ◦ green 45 ◦ blue 55

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

Shades of Nordic #092D37

Tints of Nordic #092D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 41.28%

 BLUE value IS 55 (21.88% from 255) = 50.46%

R = 8.26%
G = 41.28%
B = 50.46%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092D37 (or 0x092D37) is known color: Nordic. HEX triplet: 09, 2D and 37. RGB value is (9,45,55). Sum of RGB (Red+Green+Blue) = 9+45+55=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #092D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D37 is #F6D2C8. Grayscale: #232323. Windows color (decimal): -16175817 or 3616009. OLE color: 3616009.

HSL color Cylindrical-coordinate representation of color #092D37: hue angle of 193.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092D37 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 45 55 -
CMYK 0.84 0.18 0 0.78
HSL 193.04º 0.72% 0.13% -
HSV(B) 193.04º 0.84% 0.22% -
XYZ 1.74 2.21 3.95 -
YUV 35.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 9 45 55 0.84 0.18 0 0.78 193.04 0.72 0.13
Hex 9 2D 37 54 12 0 4E C1 48 D
Octal 11 55 67 124 22 0 116 301 110 15
Binary 1001 101101 110111 1010100 10010 0 1001110 11000001 1001000 1101

Color Harmonies of #092D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D37

Black with #092D37

Text Example


Text Example

White with #092D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,45,55); }

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

background-color css

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

 a { background-color: rgb(9,45,55); }

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

border-color css

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

 span { border-color: rgb(9,45,55); }

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