Html Css Color HEX #0B313A Nordic

📋 copy color: '#0B313A'

red 11 ◦ green 49 ◦ blue 58

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

Shades of Nordic #0B313A

Tints of Nordic #0B313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.53%

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 9.32%
G = 41.53%
B = 49.15%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B313A (or 0x0B313A) is known color: Nordic. HEX triplet: 0B, 31 and 3A. RGB value is (11,49,58). Sum of RGB (Red+Green+Blue) = 11+49+58=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B313A is #F4CEC5. Grayscale: #262626. Windows color (decimal): -16043718 or 3813643. OLE color: 3813643.

HSL color Cylindrical-coordinate representation of color #0B313A: hue angle of 191.49º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B313A is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 49 58 -
CMYK 0.81 0.16 0 0.77
HSL 191.49º 0.68% 0.14% -
HSV(B) 191.49º 0.81% 0.23% -
XYZ 2 2.57 4.39 -
YUV 38.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 11 49 58 0.81 0.16 0 0.77 191.49 0.68 0.14
Hex B 31 3A 51 10 0 4D BF 44 E
Octal 13 61 72 121 20 0 115 277 104 16
Binary 1011 110001 111010 1010001 10000 0 1001101 10111111 1000100 1110

Color Harmonies of #0B313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B313A

Black with #0B313A

Text Example


Text Example

White with #0B313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,49,58); }

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

background-color css

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

 a { background-color: rgb(11,49,58); }

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

border-color css

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

 span { border-color: rgb(11,49,58); }

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