Html Css Color HEX #0B393F Nordic

📋 copy color: '#0B393F'

red 11 ◦ green 57 ◦ blue 63

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

Shades of Nordic #0B393F

Tints of Nordic #0B393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.51%

 BLUE value IS 63 (25% from 255) = 48.09%

R = 8.4%
G = 43.51%
B = 48.09%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B393F (or 0x0B393F) is known color: Nordic. HEX triplet: 0B, 39 and 3F. RGB value is (11,57,63). Sum of RGB (Red+Green+Blue) = 11+57+63=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B393F is #F4C6C0. Grayscale: #2B2B2B. Windows color (decimal): -16041665 or 4143371. OLE color: 4143371.

HSL color Cylindrical-coordinate representation of color #0B393F: hue angle of 186.92º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B393F is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 57 63 -
CMYK 0.83 0.10 0 0.75
HSL 186.92º 0.7% 0.15% -
HSV(B) 186.92º 0.83% 0.25% -
XYZ 2.5 3.36 5.22 -
YUV 43.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 11 57 63 0.83 0.10 0 0.75 186.92 0.7 0.15
Hex B 39 3F 53 A 0 4B BB 46 F
Octal 13 71 77 123 12 0 113 273 106 17
Binary 1011 111001 111111 1010011 1010 0 1001011 10111011 1000110 1111

Color Harmonies of #0B393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B393F

Black with #0B393F

Text Example


Text Example

White with #0B393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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