Html Css Color HEX #092D33 Nordic

📋 copy color: '#092D33'

red 9 ◦ green 45 ◦ blue 51

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

Shades of Nordic #092D33

Tints of Nordic #092D33

RGB

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

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

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

R = 8.57%
G = 42.86%
B = 48.57%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#092D33 (or 0x092D33) is known color: Nordic. HEX triplet: 09, 2D and 33. RGB value is (9,45,51). Sum of RGB (Red+Green+Blue) = 9+45+51=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #092D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D33 is #F6D2CC. Grayscale: #222222. Windows color (decimal): -16175821 or 3353865. OLE color: 3353865.

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

Color convert

RGB 9 45 51 -
CMYK 0.82 0.12 0 0.8
HSL 188.57º 0.7% 0.12% -
HSV(B) 188.57º 0.82% 0.2% -
XYZ 1.65 2.17 3.46 -
YUV 34.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 9 45 51 0.82 0.12 0 0.8 188.57 0.7 0.12
Hex 9 2D 33 52 C 0 50 BD 46 C
Octal 11 55 63 122 14 0 120 275 106 14
Binary 1001 101101 110011 1010010 1100 0 1010000 10111101 1000110 1100

Color Harmonies of #092D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D33

Black with #092D33

Text Example


Text Example

White with #092D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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