Html Css Color HEX #0B303A Nordic

📋 copy color: '#0B303A'

red 11 ◦ green 48 ◦ blue 58

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

Shades of Nordic #0B303A

Tints of Nordic #0B303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

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

R = 9.4%
G = 41.03%
B = 49.57%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B303A (or 0x0B303A) is known color: Nordic. HEX triplet: 0B, 30 and 3A. RGB value is (11,48,58). Sum of RGB (Red+Green+Blue) = 11+48+58=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B303A is #F4CFC5. Grayscale: #262626. Windows color (decimal): -16043974 or 3813387. OLE color: 3813387.

HSL color Cylindrical-coordinate representation of color #0B303A: hue angle of 192.77º 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 #0B303A is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 48 58 -
CMYK 0.81 0.17 0 0.77
HSL 192.77º 0.68% 0.14% -
HSV(B) 192.77º 0.81% 0.23% -
XYZ 1.96 2.49 4.38 -
YUV 38.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 11 48 58 0.81 0.17 0 0.77 192.77 0.68 0.14
Hex B 30 3A 51 11 0 4D C1 44 E
Octal 13 60 72 121 21 0 115 301 104 16
Binary 1011 110000 111010 1010001 10001 0 1001101 11000001 1000100 1110

Color Harmonies of #0B303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B303A

Black with #0B303A

Text Example


Text Example

White with #0B303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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