Html Css Color HEX #0B3539 Nordic

📋 copy color: '#0B3539'

red 11 ◦ green 53 ◦ blue 57

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

Shades of Nordic #0B3539

Tints of Nordic #0B3539

RGB

 RED value IS 11 (4.69% from 255) = 9.09%

 GREEN value IS 53 (21.09% from 255) = 43.8%

 BLUE value IS 57 (22.66% from 255) = 47.11%

R = 9.09%
G = 43.8%
B = 47.11%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B3539 (or 0x0B3539) is known color: Nordic. HEX triplet: 0B, 35 and 39. RGB value is (11,53,57). Sum of RGB (Red+Green+Blue) = 11+53+57=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B3539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3539 is #F4CAC6. Grayscale: #282828. Windows color (decimal): -16042695 or 3749131. OLE color: 3749131.

HSL color Cylindrical-coordinate representation of color #0B3539: hue angle of 185.22º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3539 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 53 57 -
CMYK 0.81 0.07 0 0.78
HSL 185.22º 0.68% 0.13% -
HSV(B) 185.22º 0.81% 0.22% -
XYZ 2.15 2.91 4.32 -
YUV 40.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 11 53 57 0.81 0.07 0 0.78 185.22 0.68 0.13
Hex B 35 39 51 7 0 4E B9 44 D
Octal 13 65 71 121 7 0 116 271 104 15
Binary 1011 110101 111001 1010001 111 0 1001110 10111001 1000100 1101

Color Harmonies of #0B3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3539

Black with #0B3539

Text Example


Text Example

White with #0B3539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B3539; }

 p { color: rgb(11,53,57); }

 H1.HeaderClassName
 {
   color: #0B3539;
 }
 .AnyTagClassName
 {
   color: #0B3539;
 }
</style>

background-color css

<style>
 a { background-color: #0B3539; }

 a { background-color: rgb(11,53,57); }

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

border-color css

<style>
 span { border-color: #0B3539; }

 span { border-color: rgb(11,53,57); }

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